import { JSX } from 'react'; import { TShowHook } from './types'; export declare function ShowOptions(props: { show: TShowHook; flexDirection?: any; }): JSX.Element; //# sourceMappingURL=ShowOptions.d.ts.map