import { TdLayoutProps } from './type'; import { PropType } from 'vue'; declare const _default: { direction: { type: PropType; validator(val: TdLayoutProps["direction"]): boolean; }; }; export default _default;