import * as React from 'react';
import type { ClickAwayProps } from '../../utils/click-away';
declare const _default: {
    tags: string[];
    title: string;
    argTypes: {
        closeOnEscapeKeypress: {
            type: {
                optional: boolean;
            };
            description: string;
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
            };
        };
        onChange: {
            type: {
                optional: boolean;
            };
            description: string;
            action: string;
            table: {
                type: {
                    summary: string;
                };
            };
        };
        children: {
            type: {
                required: boolean;
            };
            control: {
                type: string;
            };
            description: string;
            table: {
                type: {
                    summary: string;
                };
            };
        };
        clickAwayRef: {
            type: {
                optional: boolean;
            };
            description: string;
            table: {
                type: {
                    summary: string;
                };
            };
        };
        triggerRef: {
            type: {
                optional: boolean;
            };
            description: string;
            table: {
                type: {
                    summary: string;
                };
            };
        };
        boundaryRef: {
            type: {
                optional: boolean;
            };
            description: string;
            table: {
                type: {
                    summary: string;
                };
            };
        };
    };
    parameters: {
        docs: {
            subtitle: string;
            source: {
                code: null;
            };
            description: {
                component: string;
            };
        };
        storySource: {
            componentPath: string;
        };
    };
};
export default _default;
export declare const _ClickAway: {
    (args: ClickAwayProps): React.JSX.Element;
    args: {
        closeOnEscapeKeypress: boolean;
    };
};
//# sourceMappingURL=ClickAway.stories.d.ts.map