export declare type SizeType = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined; export declare type HorizontalAlignment = 'left' | 'right' | 'center'; export declare type VerticalAlignment = 'top' | 'center' | 'bottom'; export declare type Gutter = 0 | 4 | 8 | 12 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60;