import type { FunctionComponent, Context } from 'react'; import '../../init'; import type { ToasterProps } from './Toaster.types'; import type { ToasterContextValue } from './Context'; declare module '../../init' { interface CosmosGlobals { toasterContext?: Context; } } declare const _default: FunctionComponent & { getTestIds: (testIdProp?: import("../..").TestIdProp["testId"]) => import("../..").TestIdsRecord; }; export default _default; //# sourceMappingURL=Toaster.d.ts.map