import { Props as DialogProps } from './dialog'; import { Props as LauncherProps } from './launcher'; declare const DefaultProps: { dialog: DialogProps; launcher?: LauncherProps; }; export default DefaultProps;