import '@sjsf/basic-theme/components/button.svelte';
declare const Button: import("svelte").Component<import("@sjsf/form/fields/components").ComponentCommonProps & {
    type: import("@sjsf/form/fields/components").ButtonType;
    disabled: boolean;
    children: import("svelte").Snippet;
    onclick: () => void;
}, {}, "">;
type Button = ReturnType<typeof Button>;
export default Button;
