import type { ToolbarType, ToolbarClickInterface } from './interface';
import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComputedRef,  CSSProperties } from 'vue';
import type { ClassListInterface as a, HandleEventInterface as b } from '../../_interface';
declare const _sfc_main: DefineComponent<{
    readonly round: {
        readonly type: BooleanConstructor;
        readonly default: () => boolean;
    };
    readonly size: {
        readonly type: PropType<ToolbarType>;
        readonly default: () => ToolbarType;
        readonly validator: (val: ToolbarType) => boolean;
    };
    readonly block: {
        readonly type: BooleanConstructor;
        readonly default: () => boolean;
    };
    readonly background: {
        readonly type: StringConstructor;
        readonly default: () => string;
    };
    readonly textColor: {
        readonly type: StringConstructor;
        readonly default: () => string;
    };
    readonly fixed: {
        readonly type: BooleanConstructor;
        readonly default: () => boolean;
    };
    readonly width: {
        readonly type: StringConstructor;
        readonly default: () => string;
    };
    readonly height: {
        readonly type: StringConstructor;
        readonly default: () => string;
    };
    readonly click: {
        readonly type: PropType<ToolbarClickInterface>;
        readonly default: () => null;
    };
}, {
    prop: {
        readonly round?: unknown;
        readonly size?: unknown;
        readonly block?: unknown;
        readonly background?: unknown;
        readonly textColor?: unknown;
        readonly fixed?: unknown;
        readonly width?: unknown;
        readonly height?: unknown;
        readonly click?: unknown;
    } & {
        fixed: boolean;
        round: boolean;
        background: string;
        size: ToolbarType;
        click: ToolbarClickInterface;
        width: string;
        textColor: string;
        block: boolean;
        height: string;
    } & {};
    classList: ComputedRef<a>;
    styleList: ComputedRef<CSSProperties>;
    handleClick: b;
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<{
    readonly round?: unknown;
    readonly size?: unknown;
    readonly block?: unknown;
    readonly background?: unknown;
    readonly textColor?: unknown;
    readonly fixed?: unknown;
    readonly width?: unknown;
    readonly height?: unknown;
    readonly click?: unknown;
} & {
    fixed: boolean;
    round: boolean;
    background: string;
    size: ToolbarType;
    click: ToolbarClickInterface;
    width: string;
    textColor: string;
    block: boolean;
    height: string;
} & {}>, {
    fixed: boolean;
    round: boolean;
    background: string;
    size: ToolbarType;
    click: ToolbarClickInterface;
    width: string;
    textColor: string;
    block: boolean;
    height: string;
}>;
export default _sfc_main;
