export declare type SelectionPanelSizes = 'default' | 'sm' | 'md' | 'lg' | 'xl';
