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