import { ExtractPropTypes } from "vue";
export declare const layoutProps: Record<string, any>;
export type LayoutProps = ExtractPropTypes<typeof layoutProps>;
export declare const layoutPropsResolver: (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>;
