import { ExtractPropTypes } from 'vue'; export declare const containerProps: { readonly direction: { readonly type: StringConstructor; }; }; export type ContainerProps = ExtractPropTypes;