/**
 * @docsId SkyPageLayoutLegacy
 * @deprecated Use `SkyPageLayoutType` in `@skyux/pages` instead.
 */
export type SkyPageLayoutType = 'auto' | 'fit';
