/// <reference types="react" />
import './index.scss';
interface UnSupportProps {
    children?: JSX.Element;
}
export declare const UnSupport: ({ children }: UnSupportProps) => JSX.Element | null;
export {};
