/// export interface IFirewallLabel { label: string; } export declare function FirewallLabel(props: IFirewallLabel): JSX.Element;