import type { JSX } from 'solid-js'; import type { HeadlessPropsWithRef, ValidConstructor } from '../../utils/dynamic-prop'; interface ButtonBaseProps { disabled?: boolean; } export type ButtonProps = HeadlessPropsWithRef; export declare function Button(props: ButtonProps): JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map