export interface WhiteSpaceProps {
    size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
    onPress?: () => void;
    style?: any;
}
