/// <reference types="react" />
import { TButtonProps } from '@/components/buttons/types/TButtonProps';
export declare function Button({ onClick, children, disabled, color, size, shape, className, innerRef, ...props }: TButtonProps): React.ReactElement;
