export interface WhiteSpacePropsType {
    size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
}
