import { Colors } from '../../hooks/theme'; declare type ContainerProps = { disabled: boolean; }; export declare const InputContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, ContainerProps, never>; export declare const RichTextInputContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, ContainerProps, never>; export declare const TextAreaContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, ContainerProps, never>; declare type LabelProps = { isErrored: boolean; }; export declare const Label: import("styled-components").StyledComponent<"label", import("styled-components").DefaultTheme, LabelProps, never>; declare type InputBodyProps = { isFocused: boolean; isFilled: string; isErrored: boolean; colorScheme: Colors; disabled: boolean; }; export declare const InputBody: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, InputBodyProps, never>; export declare const TextAreaBody: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, InputBodyProps, never>; export declare const Error: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>; export declare const ColorContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, ContainerProps, never>; declare type ColorViewProps = { color: Colors; }; export declare const ColorView: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, ColorViewProps, never>; declare type ColorButtonProps = { color: Colors; }; export declare const ColorButton: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, ColorButtonProps, never>; declare type ChevronButtonProps = { active: boolean; }; export declare const ChevronButton: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, ChevronButtonProps, never>; declare type CheckboxBodyProps = { isErrored: boolean; direction: 'row' | 'column'; }; export declare const CheckboxBody: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, CheckboxBodyProps, never>; interface SwitchBodyProps { isVertical: boolean; } export declare const SwitchBody: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, SwitchBodyProps, never>; export declare const LanguageItem: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; declare type StrenghtBarContainerProps = { strength: number; }; export declare const StrenghtBarContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, StrenghtBarContainerProps, never>; export declare const StrenghtBar: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export {};