export declare type SlotLocation = string;
export const SlotLocation = {
top: 'top',
left: 'left',
right: 'right',
main: 'main',
statusBar: 'statusBar',
bottom: 'bottom',
extra: 'extra',
float: 'float',
action: 'action',
};