declare type PlacementType = { height?: number; textAlign?: string; unit?: string; }; export declare const placementStyle: (props: PlacementType) => import("styled-components").FlattenSimpleInterpolation; export {};