export declare type InputTextLabelDirection = 'row' | 'column'; export declare const InputLabel: import("styled-components").StyledComponent<"label", import("styled-components").DefaultTheme, { direction: InputTextLabelDirection; }, never>; //# sourceMappingURL=general.style.d.ts.map