import { HTMLAttributes, ReactElement } from 'react'; import { Control } from 'react-hook-form'; import { PanelEditorValues } from '@perses-dev/spec'; export interface LinksEditorProps extends HTMLAttributes { control: Control; } export declare function LinksEditor({ control, ...props }: LinksEditorProps): ReactElement; //# sourceMappingURL=LinksEditor.d.ts.map