import type { LayoutSizeProps, LayoutSizeCSS } from '../types/layout.types.js'; /** * Returns the layout size properties. * @internal */ export declare const useLayoutSizeProps: (props: LayoutSizeProps) => LayoutSizeCSS;