export declare const layouts: readonly ["topnav", "sidenav", "solidSidenav"];
export type Layout = (typeof layouts)[number];
