import { Component } from 'react';
export declare class DSRFlag extends Component<any> {
    host: HTMLElement;
    render(): JSX.Element;
}
