import { FC, ReactNode } from 'react'; interface AnchorSectionProps { id: string; className?: string; children: ReactNode; } declare const AnchorSection: FC; export default AnchorSection; //# sourceMappingURL=AnchorSection.d.ts.map