import type { Component } from 'vue';
export declare function registerLayout(name: string, component: Component): void;
export declare function getLayout(name: string): Component;
export declare function getDefaultLayout(): Component;
