import { INodeProps } from "../structure/INodeProps";
import IUseCommon from '../structure/IUseCommon';
export default function useCommon(props: INodeProps): IUseCommon;
