declare class JSXRefProp { value: string; constructor(value: any); toString: () => string; } export default function ref(str: string): JSXRefProp; export {};