import { PropsWithChildren } from 'react';
export declare const Button: ({ children, active, disabled, ...props }: PropsWithChildren<any>) => import("react/jsx-runtime").JSX.Element;
