import { FC } from "react"; import { DoDisturbProps } from "./DoDisturbProps"; declare const DoDisturb: FC; export default DoDisturb;