import { JSX } from 'solid-js'; type Props = { onClick: () => void; isDisabled?: boolean; isLoading?: boolean; isOnCooldown?: boolean; } & JSX.ButtonHTMLAttributes; export declare const ClearButton: (props: Props) => JSX.Element; export {}; //# sourceMappingURL=ClearButton.d.ts.map