import React from 'react'; import type { ButtonProps } from './Button.types'; /** * Функция для создания компонента Button, * что дает возможность кастомизировать вид, пропсы и т.п., * при этом сохраняя в базе общий интерфейс. */ export declare function createButton(Root?: import("styled-components").StyledComponent<"button", any, import("./Button.types").StyledButtonProps, never>): React.ForwardRefExoticComponent & React.RefAttributes>; //# sourceMappingURL=createButton.d.ts.map