interface IProps { htmlFor?: string; srOnly: boolean; label?: string; error?: string | boolean; } declare const FormLabelStyle: import("styled-components").StyledComponent<"label", any, IProps, never>; export default FormLabelStyle; //# sourceMappingURL=FormLabelStyle.d.ts.map