/**
 * @file index.tsx
 *
 * @fileoverview Display the visually hidden component within the component library.
 */
import React from 'react';
declare const _default: {
    title: string;
};
export default _default;
export declare const HideVisually: {
    (): JSX.Element;
    story: {
        title: string;
        parameters: {
            component: ({ children, ...props }: import("./02-visually-hidden").HiddenVisuallyProps) => JSX.Element;
        };
    };
};
export declare const SkipNav: {
    (): JSX.Element;
    story: {
        title: string;
        parameters: {
            component: (React.FunctionComponent<import("@reach/skip-nav").SkipNavProps> | React.FunctionComponent<import("@reach/skip-nav").SkipNavContentProps>)[];
        };
    };
};
