import * as tsx from 'vue-tsx-support';
export declare const Divider: import("vue").VueConstructor<{
    _tsxattrs: tsx.TsxComponentAttrs<{} & {
        vert?: boolean;
        content?: string;
    }, {}, {}>;
} & import("vue").default & {
    vert: boolean;
    content: string;
}>;
