import { ComponentSize } from '../../atoms'; import { Color } from './types'; export declare const StyledLabel: import("styled-components").StyledComponent<"label", any, { size: ComponentSize; disabled: boolean; color: Color; flexLabel: boolean; }, never>; export declare const Marker: import("styled-components").StyledComponent<"span", any, { color: Color; }, never>; export declare const TextEllipsis: import("styled-components").StyledComponent<"span", any, {}, never>;