import * as React from 'react';
import type { PanelProps } from './Panel';
declare const _default: {
    tags: string[];
    title: string;
    argTypes: {
        isOpen: {
            description: string;
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
            };
        };
        classNames: {
            description: string;
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
            };
        };
        tapOutsideToClose: {
            description: string;
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
            };
        };
        anchor: {
            options: string[];
            description: string;
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
            };
        };
        allowBackgroundInteraction: {
            description: string;
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
            };
        };
        size: {
            description: string;
            options: string[];
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
            };
        };
        children: {
            description: string;
            table: {
                type: {
                    summary: string;
                };
            };
        };
        onClose: {
            description: string;
            action: string;
            table: {
                type: {
                    summary: string;
                };
            };
        };
        customAnimation: {
            description: string;
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
            };
        };
        hideBackdrop: {
            description: string;
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
            };
        };
        initialFocus: {
            description: string;
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
            };
        };
    };
    parameters: {
        docs: {
            subtitle: string;
            description: {
                component: string;
            };
        };
        storySource: {
            componentPath: string;
        };
    };
};
export default _default;
export declare const _Normal: {
    (args: PanelProps): React.JSX.Element;
    args: {
        anchor: string;
        size: string;
        tapOutsideToClose: boolean;
        initialFocus: number;
    };
};
export declare const _WithNestedDialog: {
    (args: PanelProps): React.JSX.Element;
    args: {
        anchor: string;
        size: string;
        tapOutsideToClose: boolean;
        initialFocus: number;
    };
};
export declare const _WithInteractiveBackground: {
    (args: PanelProps): React.JSX.Element;
    args: {
        anchor: string;
        size: string;
        initialFocus: number;
        allowBackgroundInteraction: boolean;
    };
};
//# sourceMappingURL=Panel.stories.d.ts.map