import { ThemedCssFunction } from 'styled-components'; import { ColorVariants } from '../../style/themeFields'; export declare type LabelProps = { css?: ThemedCssFunction | string; variant?: ColorVariants; }; export declare const Label: import("styled-components").StyledComponent<"label", any, LabelProps, never>;