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