declare type SharedProps = { position?: 'top' | 'right' | 'bottom' | 'left'; }; export declare type Props = { srOnly?: boolean; disabled?: boolean; align?: 'center' | 'flex-start' | 'flex-end'; } & SharedProps; declare type StyleOnlyProps = { active: boolean; }; declare const LabelStyle: import("styled-components").StyledComponent<"label", any, { srOnly?: boolean | undefined; disabled?: boolean | undefined; align?: "center" | "flex-end" | "flex-start" | undefined; } & SharedProps & StyleOnlyProps, never>; export declare const LabelTextStyle: import("styled-components").StyledComponent<"span", any, SharedProps, never>; export default LabelStyle; //# sourceMappingURL=LabelStyle.d.ts.map