import { InputDropdownStateProps } from './types/inputDropdownTheme';
type InputDropdownStylesType = {
    styles?: InputDropdownStateProps;
    isSelected?: boolean;
    loading?: boolean;
};
type InputDropdownLoadingStylesType = {
    $expanded: boolean;
    loading?: boolean;
    styles?: InputDropdownStateProps;
};
type InputDropdownCustomHeightType = {
    $height: string;
    useActionBottomSheet?: boolean;
};
export declare const InputDropdownStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, InputDropdownStylesType>> & string;
export declare const ListContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, InputDropdownStylesType & InputDropdownCustomHeightType>> & string;
export declare const InputDropdownListStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, InputDropdownStylesType & InputDropdownCustomHeightType>> & string;
export declare const LoadingWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, InputDropdownLoadingStylesType>> & string;
export declare const NoResultsTextWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
    styles?: InputDropdownStateProps;
}>> & string;
export {};
