import { ReactNode } from "react"; export interface SelectStatusProps { children: ReactNode; } export declare const SelectStatus: ({ children }: SelectStatusProps) => JSX.Element;