declare type LineHeightType = { lineHeight?: number; unit?: string; }; export declare const lineHeightStyle: (props: LineHeightType) => import("styled-components").FlattenSimpleInterpolation; export {};