/**
 * @file index.tsx
 *
 * @fileoverview Display the Fixed element within the component library.
 */
/// <reference types="react" />
declare const _default: {
    title: string;
};
export default _default;
export declare const PositionFixed: {
    (): JSX.Element;
    story: {
        title: string;
        parameters: {
            component: ({ top, bottom, right, left, zIndex, children }: import(".").PositionFixedProps) => JSX.Element;
        };
    };
};
