/// <reference types="react" />
export declare const StyledPhone: import("@emotion/styled").StyledComponent<Omit<import("../../../components/mantine/phone/phoneWithCustomCountrySelect").PhoneProps, "ref"> & import("react").RefAttributes<import("react").Ref<unknown>> & {
    theme?: import("@emotion/react").Theme;
}, {}, {}>;
