export declare const useResponsiveFormLayout: (props: any) => {
    props: import("vue").Ref<any>;
};
