declare type OverflowType = { overflow?: string; }; export declare const overflowStyle: (props: OverflowType) => import("styled-components").FlattenSimpleInterpolation; export {};