import { CommonComponentPropertys } from '../../componentProperty';

export declare const buttonEditorComponentDef: {
    type: "Button";
    component: (props: import('../../../..').CButtonProps & CommonComponentPropertys & {
        html_id: string;
    }) => import("react/jsx-runtime").JSX.Element;
    props: {
        label: string;
    };
    state: false;
    icon: string;
    category: "basic";
    schema: import('../..').ExtendedObjectSchemaType;
};
