import { CdsButton as Button } from '@clr/core/button'; import { CdsIconButton as IconButton } from '@clr/core/button'; import { CdsInlineButton as InlineButton } from '@clr/core/button'; import '@clr/core/button/register'; export declare type CdsButtonType = Button; export declare type CdsIconButtonType = IconButton; export declare type CdsInlineButtonType = InlineButton; declare const CdsButton_base: { new (props: any): { ref: import("react").RefObject