declare type WhiteSpaceType = { whiteSpace?: string; }; export declare const whiteSpaceStyle: (props: WhiteSpaceType) => import("styled-components").FlattenSimpleInterpolation; export {};