import type { Props } from "./types";
export declare const StyledLabel: import("styled-components").StyledComponent<"label", import("styled-components").DefaultTheme, {
    spaceAfter?: Props["spaceAfter"];
}, never>;
export declare const StyledModalWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
    $maxHeight?: Props["maxHeight"];
    isScrolled?: boolean | undefined;
}, never>;
export declare const StyledDropdown: import("styled-components").StyledComponent<"ul", import("styled-components").DefaultTheme, {
    $maxHeight?: Props["maxHeight"];
    $maxWidth?: Props["maxWidth"];
    $hasLabel?: boolean | undefined;
}, never>;
export declare const StyledCloseButton: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, {
    $disabled: Props["disabled"];
}, never>;
