import type { OpenPropertyDrawerFn, OpenPropertyDrawerParamters } from '../Complist/PropertyDrawer/PropsType'; declare const usePropertyDrawer: () => { onOpenPropertyDrawer: OpenPropertyDrawerFn; visible: boolean; props: OpenPropertyDrawerParamters | undefined; drawerType: "TableDrawer"; }; export default usePropertyDrawer;