import { fullWidthProps, MultiSelectProps, LabelProps, LabelTextProps, IconStyledRemoveProps, IconClosedOpenProps } from "./types"; export declare const InputMultiContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, fullWidthProps, never>; export declare const InputMultiSelectContent: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, MultiSelectProps, never>; export declare const InputMultiSelect: import("styled-components").StyledComponent<"input", import("styled-components").DefaultTheme, { sourceInput: boolean; }, never>; export declare const Label: import("styled-components").StyledComponent<"label", import("styled-components").DefaultTheme, LabelTextProps, never>; export declare const LabelTextHolder: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>; export declare const LabelText: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, LabelProps, never>; export declare const ModelBoxChips: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const StyledButton: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const IconClosedOpen: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, IconClosedOpenProps, never>; export declare const IconStyledWarning: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { fieldHasValue?: boolean | undefined; }, never>; export declare const IconStyledRemove: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, IconStyledRemoveProps, never>; export declare const ContainerOptionMenu: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, IconStyledRemoveProps, never>;