declare type FloatType = { floatDirection?: string; }; export declare const floatStyle: (props: FloatType) => import("styled-components").FlattenSimpleInterpolation; export {};