declare const _default: ({ title, ...props }: { title: string; } & my.IShowLoadingOptions) => void; export default _default;