///
import { RichTextEditorProps } from './RichTextEditor';
export declare const Container: import("styled-components").StyledComponent<"div", any, Pick & {
focus?: boolean | undefined;
}, never>;
interface LabelProps {
font: 'primary' | 'secondary';
size: 'small' | 'medium' | 'large';
}
export declare const Label: import("styled-components").StyledComponent<"label", any, LabelProps, never>;
export declare const Instruction: import("styled-components").StyledComponent<({ as, children, color, size, font, letterSpacing, uppercase, weight, upgrade, ...other }: import("../Text").TextProps & import("react").HTMLAttributes) => JSX.Element, any, {}, never>;
export declare const Icon: import("styled-components").StyledComponent<({ name, color, size, ...other }: import("../Icon").IconProps & import("react").HTMLAttributes) => JSX.Element, any, {}, never>;
export {};