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