export default function ({ hasProps, queryName }: Props): string;
interface Props {
    hasProps: boolean;
    queryName: string;
}
export {};
