import { PropsWithChildren } from "react"; import { ButtonProps } from "./types"; export declare function Button({ label, size, variant, loading, disabled, loadingWithContainer, children, ...rest }: PropsWithChildren): JSX.Element; //# sourceMappingURL=index.d.ts.map