/// <reference types="react" />
export declare const Button: ({ label, onClick }: {
    label: string;
    onClick: () => void;
}) => JSX.Element;
