/** * Кнопка с иконкой. */ export declare const EmbedIconButton: import("react").FunctionComponent & ((Omit, "value"> & Omit, "type"> & import("@salutejs/plasma-new-hope/styled-components").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("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin; appearance?: "default" | "outline"; view?: string; size?: string; outlined?: boolean; shiftLeft?: boolean; shiftRight?: boolean; blur?: import("@salutejs/plasma-new-hope/styled-components").Blur; } & { value?: string | number; contentRight?: never; } & import("react").RefAttributes) | (Omit, "value"> & Omit, "type"> & import("@salutejs/plasma-new-hope/styled-components").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("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin; appearance?: "default" | "outline"; view?: string; size?: string; outlined?: boolean; shiftLeft?: boolean; shiftRight?: boolean; blur?: import("@salutejs/plasma-new-hope/styled-components").Blur; } & { value?: never; contentRight?: import("react").ReactNode; } & import("react").RefAttributes))>;