import * as React from 'react';
import type { StickyBarProps } from './';
declare const _default: {
    tags: string[];
    title: string;
    component: import("flow-to-typescript-codemod").Flow.AbstractComponent<StickyBarProps, HTMLDivElement>;
    argTypes: {
        classNames: {
            description: string;
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
            };
        };
    };
    parameters: {
        docs: {
            subtitle: string;
            description: {
                component: string;
            };
        };
        storySource: {
            componentPath: string;
        };
    };
};
export default _default;
export declare const _StickyFooter: (args: StickyBarProps) => React.JSX.Element;
export declare const _WithGrid: (args: StickyBarProps) => React.JSX.Element;
//# sourceMappingURL=StickyBar.stories.d.ts.map