import { ToastProps } from '../interface'; export declare const findById: (arr: ToastProps[], id: string) => ToastProps;