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