import React from 'react'; import type { ButtonIsContentProps, StyledButtonProps } from './Button.types'; /** * Корневой элемент для стилизации кнопки. * Должен быть передан в функцию `createButton`. */ export declare const ButtonRoot: import("styled-components").StyledComponent<"button", any, StyledButtonProps, never>; /** * A text wrapping element, that used when `text` prop is passed. * @private */ export declare const ButtonText: import("styled-components").StyledComponent<"span", any, ButtonIsContentProps, never>; /** * Базовая кнопка. * @deprecated */ export declare const Button: React.ForwardRefExoticComponent & React.RefAttributes>; //# sourceMappingURL=Button.d.ts.map