import { type LayoutProps, type NamedLayoutProps } from '@inertiajs/core'; export declare const state: import("vue").Ref<{ shared: Record; named: Record>; }, { shared: Record; named: Record>; } | { shared: Record; named: Record>; }>; export declare function setLayoutProps(props: Partial): void; export declare function setLayoutProps(name: K, props: Partial): void; export declare function setLayoutProps(props: Partial>): void; export declare function setLayoutProps(name: string, props: Partial>): void; export declare function resetLayoutProps(): void;