import { Size } from "../../types/general"; export declare const useLayout: (props: () => { size?: Size; block?: boolean; }) => { contentClass: import("vue").ComputedRef; };