import { ExtractPropTypes } from 'vue';
export declare const contentContainerProps: Record<string, any>;
export type ContentContainerPropsType = ExtractPropTypes<typeof contentContainerProps>;
export declare const propsResolver: (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>;
