import React from 'react'; import { AttributPolice } from '../../../Common/utils/helpers'; export interface AlertIconProps { IconSize: string | number; className?: string; AlertNumber: string | number; AlertFont?: AttributPolice; AlertCircle?: { Active: boolean; Color?: string; }; } export interface AlertIconState { } export declare class AlertIcon extends React.Component { constructor(p: any, c: any); render(): JSX.Element; } export interface IconProps { Color?: string; BackgroundColor?: string; AvecCercle?: boolean; IconSize?: string | number; className?: string; tabIndex?: number; onClick?: (event: any) => void; onMouseDown?: (event: any) => void; onFocus?: (event: any) => void; onBlur?: (event: any) => void; fontWeight?: any; fontStyle?: any; fontStrech?: any; lineHeight?: any; letterSpacing?: any; AlertNumber?: string | number; AlertFont?: AttributPolice; AlertCircle?: { Active: boolean; Color?: string; }; } export interface IconState { } export declare enum DirectionEnum { Haut = 0, Bas = 1, Gauche = 2, Droite = 3 } export interface OrientedIconProps extends IconProps { Direction: DirectionEnum; } export declare type OrientedIconState = IconState; export interface MaterialIconProps extends IconProps { IconName: string; } export declare const MaterialinearIcon: React.FunctionComponent; export declare class IconInformations extends React.Component { static defaultProps: { Color: string; BackgroundColor: string; IconSize: string; AvecCercle: boolean; }; constructor(p: any, c: any); render(): JSX.Element; } export declare class IconInfos extends React.Component { static defaultProps: { IconSize: string; AvecCercle: boolean; backgroundColor: string; Color: string; }; constructor(p: any, c: any); render(): JSX.Element; } export declare class IconSuccess extends React.Component { static defaultProps: { IconSize: string; AvecCercle: boolean; backgroundColor: string; Color: string; }; constructor(p: any, c: any); render(): JSX.Element; } export declare class IconError extends React.Component { static defaultProps: { IconSize: string; AvecCercle: boolean; backgroundColor: string; Color: string; }; constructor(p: any, c: any); render(): JSX.Element; } export declare class IconEdit extends React.Component { static defaultProps: { Color: string; BackgroundColor: string; IconSize: string; AvecCercle: boolean; lineHeight: number; }; constructor(p: any, c: any); render(): JSX.Element; } export declare class IconCarte extends React.Component { static defaultProps: { Color: string; BackgroundColor: string; IconSize: string; AvecCercle: boolean; }; constructor(p: any, c: any); render(): JSX.Element; } export declare class IconEntourage extends React.Component { static defaultProps: { Color: string; BackgroundColor: string; IconSize: string; AvecCercle: boolean; lineHeight: number; }; constructor(p: any, c: any); render(): JSX.Element; } export declare class IconCorrespondant extends React.Component { static defaultProps: { Color: string; BackgroundColor: string; IconSize: string; AvecCercle: boolean; lineHeight: number; }; constructor(p: any, c: any); render(): JSX.Element; } export declare class IconSalarie extends React.Component { static defaultProps: { Color: string; BackgroundColor: string; IconSize: string; AvecCercle: boolean; lineHeight: number; }; constructor(p: any, c: any); render(): JSX.Element; } export declare class IconPatient extends React.Component { static defaultProps: { Color: string; BackgroundColor: string; IconSize: string; AvecCercle: boolean; lineHeight: number; }; constructor(p: any, c: any); render(): JSX.Element; } export declare class IconUtilisateur extends React.Component { static defaultProps: { Color: string; BackgroundColor: string; IconSize: string; AvecCercle: boolean; lineHeight: number; }; constructor(p: any, c: any); render(): JSX.Element; } export declare class IconAjout extends React.Component { static defaultProps: { Color: string; BackgroundColor: string; IconSize: string; AvecCercle: boolean; lineHeight: number; }; constructor(p: any, c: any); render(): JSX.Element; } export declare class IconWarning extends React.Component { static defaultProps: { Color: string; BackgroundColor: string; IconSize: string; AvecCercle: boolean; }; constructor(p: any, c: any); render(): JSX.Element; } export declare class IconOpenInNew extends React.Component { static defaultProps: { Color: string; BackgroundColor: string; IconSize: string; AvecCercle: boolean; }; constructor(p: any, c: any); render(): JSX.Element; } export declare class IconChevron extends React.Component { static defaultProps: { Color: string; BackgroundColor: string; IconSize: string; AvecCercle: boolean; }; constructor(p: any, c: any); render(): JSX.Element; } export declare class IconConversation extends React.Component { static defaultProps: { Color: string; BackgroundColor: string; IconSize: string; AvecCercle: boolean; lineHeight: number; }; constructor(p: any, c: any); render(): JSX.Element; } export declare class IconCheckBox_Check extends React.Component { static defaultProps: { Color: string; BackgroundColor: string; IconSize: string; AvecCercle: boolean; }; constructor(p: any, c: any); render(): JSX.Element; } export declare class IconCheckBox_Empty extends React.Component { static defaultProps: { Color: string; BackgroundColor: string; IconSize: string; AvecCercle: boolean; }; constructor(p: any, c: any); render(): JSX.Element; } export declare class IconPlaning extends React.Component { static defaultProps: { Color: string; BackgroundColor: string; IconSize: string; AvecCercle: boolean; }; constructor(p: any, c: any); render(): JSX.Element; } export declare class IconActe extends React.Component { static defaultProps: { Color: string; BackgroundColor: string; IconSize: string; AvecCercle: boolean; }; constructor(p: any, c: any); render(): JSX.Element; } export declare class IconCommentaire extends React.Component { static defaultProps: { Color: string; BackgroundColor: string; IconSize: string; AvecCercle: boolean; }; constructor(p: any, c: any); render(): JSX.Element; } export declare class IconDeconnexion extends React.Component { static defaultProps: { Color: string; IconSize: string; AvecCercle: boolean; lineHeight: number; }; constructor(p: any, c: any); render(): JSX.Element; } export declare class IconCarteContour extends React.Component { static defaultProps: { Color: string; BackgroundColor: string; IconSize: string; AvecCercle: boolean; lineHeight: number; }; constructor(p: any, c: any); render(): JSX.Element; } export declare class IconRecherche extends React.Component { static defaultProps: { Color: string; BackgroundColor: string; IconSize: string; AvecCercle: boolean; lineHeight: number; }; constructor(p: any, c: any); render(): JSX.Element; } export declare class IconVerrou extends React.Component { static defaultProps: { IconSize: string; AvecCercle: boolean; }; constructor(p: any, c: any); render(): JSX.Element; } export declare class IconAlertes extends React.Component { static defaultProps: { IconSize: string; AvecCercle: boolean; }; constructor(p: any, c: any); render(): JSX.Element; } export declare class IconMaison extends React.Component { static defaultProps: { Color: string; BackgroundColor: string; IconSize: string; AvecCercle: boolean; }; constructor(p: any, c: any); render(): JSX.Element; } export declare class IconVieuxTelephone extends React.Component { static defaultProps: { Color: string; BackgroundColor: string; IconSize: string; AvecCercle: boolean; }; constructor(p: any, c: any); render(): JSX.Element; } export declare class IconRepresentantLegal extends React.Component { static defaultProps: { Color: string; BackgroundColor: string; IconSize: string; AvecCercle: boolean; }; constructor(p: any, c: any); render(): JSX.Element; } export declare class IconPersonneConfiance extends React.Component { static defaultProps: { Color: string; BackgroundColor: string; IconSize: string; AvecCercle: boolean; }; constructor(p: any, c: any); render(): JSX.Element; } export declare class IconSerrure extends React.Component { static defaultProps: { Color: string; BackgroundColor: string; IconSize: string; AvecCercle: boolean; }; constructor(p: any, c: any); render(): JSX.Element; } export declare class IconProcheAidant extends React.Component { static defaultProps: { Color: string; BackgroundColor: string; IconSize: string; AvecCercle: boolean; }; constructor(p: any, c: any); render(): JSX.Element; } export declare class IconCalendrier extends React.Component { static defaultProps: { Color: string; BackgroundColor: string; IconSize: string; AvecCercle: boolean; }; constructor(p: any, c: any); render(): JSX.Element; } export declare class IconOeil extends React.Component { static defaultProps: { Color: string; BackgroundColor: string; IconSize: string; AvecCercle: boolean; }; constructor(p: any, c: any); render(): JSX.Element; } export declare class IconRenouveler extends React.Component { static defaultProps: { Color: string; BackgroundColor: string; IconSize: string; AvecCercle: boolean; }; render(): JSX.Element; } export declare class IconLswaLink extends React.Component { render(): JSX.Element; } export declare class IconPercevalLink extends React.Component { render(): JSX.Element; } export declare type IconLoadingProps = IconProps; export interface IconLoadingState extends IconState { NewSize: number; } export declare class IconLoading extends React.Component { static defaultProps: { Color: string; backgroundColor: string; IconSize: string; AvecCercle: boolean; }; private _relativeIconSize; constructor(p: any, c: any); componentDidMount(): void; render(): JSX.Element; }