declare const ExitIcon: ({ color }: { color?: string | undefined; }) => import("react/jsx-runtime").JSX.Element; export default ExitIcon;