import * as React from 'react'; export interface JumpLinksListProps extends React.HTMLProps { /** Text to be rendered inside span */ children?: React.ReactNode; /** Classname to add to ul. */ className?: string; } export declare const JumpLinksList: React.FunctionComponent; //# sourceMappingURL=JumpLinksList.d.ts.map