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