import { FC } from 'react';
export declare const anchorBlockIdFromId: (storyId: string) => string;
export interface AnchorProps {
    storyId: string;
}
export declare const Anchor: FC<AnchorProps>;
