import React from 'react'; import type { FieldProps } from '../../../../types'; export declare const LinkButton: React.FC<{ fieldProps: FieldProps; path: string; }>; //# sourceMappingURL=index.d.ts.map