import React from 'react'; import { Props } from '.'; declare const _default: { title: string; component: React.FC; }; export default _default; export declare const InteractiveExample: (props: Props) => JSX.Element; export declare const InteractiveExampleWithValue: (props: Props) => JSX.Element; export declare const WithValue: (props: Props) => JSX.Element; export declare const WithIcons: (props: Props) => JSX.Element; export declare const WithIconsAndValue: (props: Props) => JSX.Element; export declare const AsLocaleSwitcher: (props: Props) => JSX.Element; export declare const ExtendingTouchableProps: (props: Props) => JSX.Element; export declare const MultipleInteractiveExample: (props: Props) => JSX.Element; //# sourceMappingURL=Dropdown.stories.d.ts.map