import * as React from 'react';
export interface InsProps {
    children: React.ReactNode;
}
export declare const Ins: React.FC<InsProps>;
