import { type LayoutProps } from './useLayout';
export type AreaName = 'top' | 'left' | 'right' | 'bottom';
export declare const useGridTemplateArea: (props: LayoutProps) => import("vue").ComputedRef<string>;
