export declare type FrameSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl'; export declare const FRAME_SIZES: { [key in FrameSize]: string; };