/// <reference types="react" />
export declare const StyledPopupFrame: import("@emotion/styled").StyledComponent<import("../../popupFrame").Props & {
    theme?: import("@emotion/react").Theme;
}, {}, {}>;
export declare const StyledInput: import("@emotion/styled").StyledComponent<Omit<import("@mantine/core").TextInputProps, "onChange" | "value"> & {
    value?: string;
    withFloatingLabel?: boolean;
    debouncedTime?: number;
    onChange?(value: string): void;
    onChangeRaw?(e: import("react").ChangeEvent<HTMLInputElement>): void;
} & import("react").RefAttributes<HTMLInputElement> & {
    theme?: import("@emotion/react").Theme;
}, {}, {}>;
export declare const StyleWrapperInfo: import("@emotion/styled").StyledComponent<{
    theme?: import("@emotion/react").Theme;
    as?: import("react").ElementType<any>;
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
