export declare const Props: {
    readonly modelValue: BooleanConstructor;
    readonly closeColor: {
        readonly type: StringConstructor;
        readonly default: () => string;
    };
    readonly openColor: {
        readonly type: StringConstructor;
        readonly default: () => string;
    };
    readonly closeText: StringConstructor;
    readonly openText: StringConstructor;
    readonly disabled: BooleanConstructor;
    readonly width: {
        readonly type: NumberConstructor;
        readonly default: () => number;
    };
};
