/// import { Props } from './AddOptions'; declare const TestAddOptions: ({ storyArgs }: { storyArgs?: Props | undefined; }) => JSX.Element; export default TestAddOptions;