/// interface Props { sectionId: string; onUpdate: (val: string) => void; } export declare const AnchorInput: ({ sectionId, onUpdate }: Props) => JSX.Element; export {};