import { CSSResult, SkhemataBase } from '@skhemata/skhemata-base';
export declare class SkhemataFormButton extends SkhemataBase {
    static get stlyes(): CSSResult[];
    title: string;
    type: string;
    isFullwidth: boolean;
    isLoading: boolean;
    valid: boolean;
    helpClass: string;
    handleClick(): void;
    render(): import("lit-html").TemplateResult<1>;
}
