import type { DefineComponent, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
declare const _sfc_main: DefineComponent<{
    readonly direction: {
        readonly type: StringConstructor;
        readonly validator: (v: string) => boolean;
    };
}, {
    props: any;
    isClass: ComputedRef<string[]>;
    TyhContainer: () => {
        isClass: ComputedRef<string[]>;
    };
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<{
    readonly direction?: unknown;
} & {} & {
    direction?: string | undefined;
}>, {}>;
export default _sfc_main;
