/** * Copyright (c) Paymium. * * This source code is licensed under the MIT license found in the * LICENSE file in the root of this projects source tree. */ import { ButtonText, ButtonTextProps } from './Text'; import { Box as ButtonElement } from '../../layout/Box'; import { ButtonIcon } from './Icon'; export * from './styles'; export * from './types'; export declare const Button: import("react").ForwardRefExoticComponent> & { Text: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; Element: import("react").ForwardRefExoticComponent; Icon: { ({ children, style, }: import("react").PropsWithChildren<{ style?: import("@crossed/styled").CrossedMethods; }>): string | number | boolean | import("react").ReactElement> | Iterable; displayName: string; }; }; export { ButtonText, ButtonElement, ButtonIcon }; export type { ButtonTextProps }; //# sourceMappingURL=index.d.ts.map