import { Status } from '../constants'; type Props = { status: Status; children: React.ReactNode; }; declare function StatusWrapper({ status, children }: Props): import("react/jsx-runtime").JSX.Element; export { StatusWrapper }; //# sourceMappingURL=Statuswrapper.component.d.ts.map