/// import { Props } from './NativeDropdown'; export declare const options: ({ label: string; value: null; } | { label: string; value: string; })[]; declare const TestNativeDropdown: ({ storyArgs }: { storyArgs?: Props | undefined; }) => JSX.Element; export default TestNativeDropdown;