export declare const EmbedIconButton: import("react").FunctionComponent & ((Omit, "value"> & import("../../..").AsProps & { text?: string; contentLeft?: import("react").ReactNode; contentPlacing?: "default" | "relaxed"; additionalContent?: import("react").ReactNode; isLoading?: boolean; loader?: import("react").ReactNode; stretch?: boolean; stretching?: "fixed" | "auto" | "filled"; square?: boolean; focused?: boolean; disabled?: boolean; pin?: import("../../../utils/roundness").Pin; appearance?: "default" | "outline"; view?: string; size?: string; outlined?: boolean; shiftLeft?: boolean; shiftRight?: boolean; blur?: import("../../..").Blur; } & { value?: string | number; contentRight?: never; } & import("react").RefAttributes) | (Omit, "value"> & import("../../..").AsProps & { text?: string; contentLeft?: import("react").ReactNode; contentPlacing?: "default" | "relaxed"; additionalContent?: import("react").ReactNode; isLoading?: boolean; loader?: import("react").ReactNode; stretch?: boolean; stretching?: "fixed" | "auto" | "filled"; square?: boolean; focused?: boolean; disabled?: boolean; pin?: import("../../../utils/roundness").Pin; appearance?: "default" | "outline"; view?: string; size?: string; outlined?: boolean; shiftLeft?: boolean; shiftRight?: boolean; blur?: import("../../..").Blur; } & { value?: never; contentRight?: import("react").ReactNode; } & import("react").RefAttributes))>; //# sourceMappingURL=EmbedIconButton.d.ts.map