UNPKG

403 kBTypeScriptView Raw
1/// <reference types="react" />
2/// <reference types="react-addons-linked-state-mixin" />
3
4declare module "material-ui" {
5 export import AppBar = __MaterialUI.AppBar;
6 export import AppBarProps = __MaterialUI.AppBarProps;
7 export import AutoComplete = __MaterialUI.AutoComplete;
8 export import AutoCompleteProps = __MaterialUI.AutoCompleteProps;
9 export import Avatar = __MaterialUI.Avatar;
10 export import AvatarProps = __MaterialUI.AvatarProps;
11 export import Badge = __MaterialUI.Badge;
12 export import BadgeProps = __MaterialUI.BadgeProps;
13 export import BottomNavigation = __MaterialUI.BottomNavigation.BottomNavigation;
14 export import BottomNavigationProps = __MaterialUI.BottomNavigation.BottomNavigationProps;
15 export import BottomNavigationItem = __MaterialUI.BottomNavigation.BottomNavigationItem;
16 export import BottomNavigationItemProps = __MaterialUI.BottomNavigation.BottomNavigationItemProps;
17 export import Card = __MaterialUI.Card.Card;
18 export import CardProps = __MaterialUI.Card.CardProps;
19 export import CardActions = __MaterialUI.Card.CardActions;
20 export import CardActionsProps = __MaterialUI.Card.CardActionsProps;
21 export import CardHeader = __MaterialUI.Card.CardHeader;
22 export import CardHeaderProps = __MaterialUI.Card.CardHeaderProps;
23 export import CardMedia = __MaterialUI.Card.CardMedia;
24 export import CardMediaProps = __MaterialUI.Card.CardMediaProps;
25 export import CardText = __MaterialUI.Card.CardText;
26 export import CardTextProps = __MaterialUI.Card.CardTextProps;
27 export import CardTitle = __MaterialUI.Card.CardTitle;
28 export import CardTitleProps = __MaterialUI.Card.CardTitleProps;
29 export import Checkbox = __MaterialUI.Switches.Checkbox;
30 export import CheckboxProps = __MaterialUI.Switches.CheckboxProps;
31 export import Chip = __MaterialUI.Chip;
32 export import ChipProps = __MaterialUI.ChipProps;
33 export import CircularProgress = __MaterialUI.CircularProgress;
34 export import CircularProgressProps = __MaterialUI.CircularProgressProps;
35 export import DatePicker = __MaterialUI.DatePicker.DatePicker;
36 export import DatePickerProps = __MaterialUI.DatePicker.DatePickerProps;
37 export import Dialog = __MaterialUI.Dialog;
38 export import DialogProps = __MaterialUI.DialogProps;
39 export import Divider = __MaterialUI.Divider;
40 export import DividerProps = __MaterialUI.DividerProps;
41 export import Drawer = __MaterialUI.Drawer;
42 export import DrawerProps = __MaterialUI.DrawerProps;
43 export import DropDownMenu = __MaterialUI.Menus.DropDownMenu;
44 export import DropDownMenuProps = __MaterialUI.Menus.DropDownMenuProps;
45 export import FlatButton = __MaterialUI.FlatButton;
46 export import FlatButtonProps = __MaterialUI.FlatButtonProps;
47 export import FloatingActionButton = __MaterialUI.FloatingActionButton;
48 export import FloatingActionButtonProps = __MaterialUI.FloatingActionButtonProps;
49 export import FontIcon = __MaterialUI.FontIcon;
50 export import FontIconProps = __MaterialUI.FontIconProps;
51 export import GridList = __MaterialUI.GridList.GridList;
52 export import GridListProps = __MaterialUI.GridList.GridListProps;
53 export import GridTile = __MaterialUI.GridList.GridTile;
54 export import GridTileProps = __MaterialUI.GridList.GridTileProps;
55 export import IconButton = __MaterialUI.IconButton;
56 export import IconButtonProps = __MaterialUI.IconButtonProps;
57 export import IconMenu = __MaterialUI.Menus.IconMenu;
58 export import IconMenuProps = __MaterialUI.Menus.IconMenuProps;
59 export import LinearProgress = __MaterialUI.LinearProgress;
60 export import LinearProgressProps = __MaterialUI.LinearProgressProps;
61 export import List = __MaterialUI.List.List;
62 export import ListProps = __MaterialUI.List.ListProps;
63 export import ListItem = __MaterialUI.List.ListItem;
64 export import ListItemProps = __MaterialUI.List.ListItemProps;
65 export import makeSelectable = __MaterialUI.List.makeSelectable;
66 export import Menu = __MaterialUI.Menus.Menu;
67 export import MenuProps = __MaterialUI.Menus.MenuProps;
68 export import MenuItem = __MaterialUI.Menus.MenuItem;
69 export import MenuItemProps = __MaterialUI.Menus.MenuItemProps;
70 export import Paper = __MaterialUI.Paper;
71 export import PaperProps = __MaterialUI.PaperProps;
72 export import Popover = __MaterialUI.Popover.Popover;
73 export import PopoverProps = __MaterialUI.Popover.PopoverProps;
74 export import RadioButton = __MaterialUI.Switches.RadioButton;
75 export import RadioButtonProps = __MaterialUI.Switches.RadioButtonProps;
76 export import RadioButtonGroup = __MaterialUI.Switches.RadioButtonGroup;
77 export import RadioButtonGroupProps = __MaterialUI.Switches.RadioButtonGroupProps;
78 export import RaisedButton = __MaterialUI.RaisedButton;
79 export import RaisedButtonProps = __MaterialUI.RaisedButtonProps;
80 export import RefreshIndicator = __MaterialUI.RefreshIndicator;
81 export import RefreshIndicatorProps = __MaterialUI.RefreshIndicatorProps;
82 export import SelectField = __MaterialUI.SelectField;
83 export import SelectFieldProps = __MaterialUI.SelectFieldProps;
84 export import Slider = __MaterialUI.Slider;
85 export import SliderProps = __MaterialUI.SliderProps;
86 export import Subheader = __MaterialUI.Subheader;
87 export import SubheaderProps = __MaterialUI.SubheaderProps;
88 export import SvgIcon = __MaterialUI.SvgIcon;
89 export import SvgIconProps = __MaterialUI.SvgIconProps;
90 export import Step = __MaterialUI.Stepper.Step;
91 export import StepProps = __MaterialUI.Stepper.StepProps;
92 export import StepButton = __MaterialUI.Stepper.StepButton;
93 export import StepButtonProps = __MaterialUI.Stepper.StepButtonProps;
94 export import StepContent = __MaterialUI.Stepper.StepContent;
95 export import StepContentProps = __MaterialUI.Stepper.StepContentProps;
96 export import StepLabel = __MaterialUI.Stepper.StepLabel;
97 export import StepLabelProps = __MaterialUI.Stepper.StepLabelProps;
98 export import Stepper = __MaterialUI.Stepper.Stepper;
99 export import StepperProps = __MaterialUI.Stepper.StepperProps;
100 export import Snackbar = __MaterialUI.Snackbar;
101 export import SnackbarProps = __MaterialUI.SnackbarProps;
102 export import Tab = __MaterialUI.Tabs.Tab;
103 export import TabProps = __MaterialUI.Tabs.TabProps;
104 export import Tabs = __MaterialUI.Tabs.Tabs;
105 export import TabsProps = __MaterialUI.Tabs.TabsProps;
106 export import Table = __MaterialUI.Table.Table;
107 export import TableProps = __MaterialUI.Table.TableProps;
108 export import TableBody = __MaterialUI.Table.TableBody;
109 export import TableBodyProps = __MaterialUI.Table.TableBodyProps;
110 export import TableFooter = __MaterialUI.Table.TableFooter;
111 export import TableFooterProps = __MaterialUI.Table.TableFooterProps;
112 export import TableHeader = __MaterialUI.Table.TableHeader;
113 export import TableHeaderProps = __MaterialUI.Table.TableHeaderProps;
114 export import TableHeaderColumn = __MaterialUI.Table.TableHeaderColumn;
115 export import TableHeaderColumnProps = __MaterialUI.Table.TableHeaderColumnProps;
116 export import TableRow = __MaterialUI.Table.TableRow;
117 export import TableRowProps = __MaterialUI.Table.TableRowProps;
118 export import TableRowColumn = __MaterialUI.Table.TableRowColumn;
119 export import TableRowColumnProps = __MaterialUI.Table.TableRowColumnProps;
120 export import TextField = __MaterialUI.TextField;
121 export import TextFieldProps = __MaterialUI.TextFieldProps;
122 export import TimePicker = __MaterialUI.TimePicker;
123 export import TimePickerProps = __MaterialUI.TimePickerProps;
124 export import Toggle = __MaterialUI.Switches.Toggle;
125 export import ToggleProps = __MaterialUI.Switches.ToggleProps;
126 export import Toolbar = __MaterialUI.Toolbar.Toolbar;
127 export import ToolbarProps = __MaterialUI.Toolbar.ToolbarProps;
128 export import ToolbarGroup = __MaterialUI.Toolbar.ToolbarGroup;
129 export import ToolbarGroupProps = __MaterialUI.Toolbar.ToolbarGroupProps;
130 export import ToolbarSeparator = __MaterialUI.Toolbar.ToolbarSeparator;
131 export import ToolbarSeparatorProps = __MaterialUI.Toolbar.ToolbarSeparatorProps;
132 export import ToolbarTitle = __MaterialUI.Toolbar.ToolbarTitle;
133 export import ToolbarTitleProps = __MaterialUI.Toolbar.ToolbarTitleProps;
134}
135
136declare namespace __MaterialUI {
137 // ReactLink is from "react/addons"
138 interface ReactLink<T> {
139 value: T;
140 requestChange(newValue: T): void;
141 }
142
143 export interface ThemeWrapperProps {
144 theme: Styles.MuiTheme;
145 }
146 export class ThemeWrapper extends React.Component<ThemeWrapperProps> {
147 }
148
149 export namespace Styles {
150 interface Spacing {
151 iconSize?: number | undefined;
152
153 desktopGutter?: number | undefined;
154 desktopGutterMore?: number | undefined;
155 desktopGutterLess?: number | undefined;
156 desktopGutterMini?: number | undefined;
157 desktopKeylineIncrement?: number | undefined;
158 desktopDropDownMenuItemHeight?: number | undefined;
159 desktopDropDownMenuFontSize?: number | undefined;
160 desktopLeftNavMenuItemHeight?: number | undefined;
161 desktopSubheaderHeight?: number | undefined;
162 desktopToolbarHeight?: number | undefined;
163 }
164 export let Spacing: Spacing;
165
166 interface ThemePalette {
167 primary1Color?: string | undefined;
168 primary2Color?: string | undefined;
169 primary3Color?: string | undefined;
170 accent1Color?: string | undefined;
171 accent2Color?: string | undefined;
172 accent3Color?: string | undefined;
173 textColor?: string | undefined;
174 secondaryTextColor?: string | undefined;
175 alternateTextColor?: string | undefined;
176 canvasColor?: string | undefined;
177 borderColor?: string | undefined;
178 disabledColor?: string | undefined;
179 pickerHeaderColor?: string | undefined;
180 clockCircleColor?: string | undefined;
181 shadowColor?: string | undefined;
182 }
183 export let ThemePalette: ThemePalette;
184 interface MuiTheme {
185 spacing?: Spacing | undefined;
186 fontFamily?: string | undefined;
187 palette?: ThemePalette | undefined;
188 isRtl?: boolean | undefined;
189 userAgent?: string | boolean | undefined;
190 zIndex?: zIndex | undefined;
191 baseTheme?: RawTheme | undefined;
192 rawTheme?: RawTheme | undefined;
193 appBar?: {
194 color?: string | undefined;
195 textColor?: string | undefined;
196 height?: number | undefined;
197 titleFontWeight?: number | undefined;
198 padding?: number | undefined;
199 } | undefined;
200 avatar?: {
201 color?: string | undefined;
202 backgroundColor?: string | undefined;
203 borderColor?: string | undefined;
204 } | undefined;
205 badge?: {
206 color?: string | undefined;
207 textColor?: string | undefined;
208 primaryColor?: string | undefined;
209 primaryTextColor?: string | undefined;
210 secondaryColor?: string | undefined;
211 secondaryTextColor?: string | undefined;
212 fontWeight?: number | undefined;
213 } | undefined;
214 button?: {
215 height?: number | undefined;
216 minWidth?: number | undefined;
217 iconButtonSize?: number | undefined;
218 textTransform?: string | undefined;
219 } | undefined;
220 card?: {
221 titleColor?: string | undefined;
222 subtitleColor?: string | undefined;
223 fontWeight?: number | undefined;
224 } | undefined;
225 cardMedia?: {
226 color?: string | undefined;
227 overlayContentBackground?: string | undefined;
228 titleColor?: string | undefined;
229 subtitleColor?: string | undefined;
230 } | undefined;
231 cardText?: {
232 textColor?: string | undefined;
233 } | undefined;
234 checkbox?: {
235 boxColor?: string | undefined;
236 checkedColor?: string | undefined;
237 requiredColor?: string | undefined;
238 disabledColor?: string | undefined;
239 labelColor?: string | undefined;
240 labelDisabledColor?: string | undefined;
241 } | undefined;
242 chip?: {
243 backgroundColor?: string | undefined;
244 deleteIconColor?: string | undefined;
245 textColor?: string | undefined;
246 fontSize?: number | undefined;
247 fontWeight?: number | undefined;
248 shadow?: string | undefined;
249 } | undefined;
250 datePicker?: {
251 color?: string | undefined;
252 textColor?: string | undefined;
253 calendarTextColor?: string | undefined;
254 selectColor?: string | undefined;
255 selectTextColor?: string | undefined;
256 calendarYearBackgroundColor?: string | undefined;
257 headerColor?: string | undefined;
258 } | undefined;
259 dialog?: {
260 titleFontSize?: number | undefined;
261 bodyFontSize?: number | undefined;
262 bodyColor?: string | undefined;
263 } | undefined;
264 dropDownMenu?: {
265 accentColor?: string | undefined;
266 } | undefined;
267 enhancedButton?: {
268 tapHighlightColor?: string | undefined;
269 } | undefined;
270 flatButton?: {
271 color?: string | undefined;
272 buttonFilterColor?: string | undefined;
273 disabledTextColor?: string | undefined;
274 textColor?: string | undefined;
275 primaryTextColor?: string | undefined;
276 secondaryTextColor?: string | undefined;
277 fontSize?: number | undefined;
278 fontWeight?: number | undefined;
279 } | undefined;
280 floatingActionButton?: {
281 buttonSize?: number | undefined;
282 miniSize?: number | undefined;
283 color?: string | undefined;
284 iconColor?: string | undefined;
285 secondaryColor?: string | undefined;
286 secondaryIconColor?: string | undefined;
287 disabledTextColor?: string | undefined;
288 disabledColor?: string | undefined;
289 } | undefined;
290 gridTile?: {
291 textColor?: string | undefined;
292 } | undefined;
293 icon?: {
294 color?: string | undefined;
295 backgroundColor?: string | undefined;
296 } | undefined;
297 inkBar?: {
298 backgroundColor?: string | undefined;
299 } | undefined;
300 drawer?: {
301 width?: number | undefined;
302 color?: string | undefined;
303 } | undefined;
304 listItem?: {
305 nestedLevelDepth?: number | undefined;
306 secondaryTextColor?: string | undefined;
307 leftIconColor?: string | undefined;
308 rightIconColor?: string | undefined;
309 } | undefined;
310 menu?: {
311 backgroundColor?: string | undefined;
312 containerBackgroundColor?: string | undefined;
313 } | undefined;
314 menuItem?: {
315 dataHeight?: number | undefined;
316 height?: number | undefined;
317 hoverColor?: string | undefined;
318 padding?: number | undefined;
319 selectedTextColor?: string | undefined;
320 rightIconDesktopFill?: string | undefined;
321 } | undefined;
322 menuSubheader?: {
323 padding?: number | undefined;
324 borderColor?: string | undefined;
325 textColor?: string | undefined;
326 } | undefined;
327 overlay?: {
328 backgroundColor?: string | undefined;
329 } | undefined;
330 paper?: {
331 color?: string | undefined;
332 backgroundColor?: string | undefined;
333 zDepthShadows?: string[] | undefined;
334 } | undefined;
335 radioButton?: {
336 borderColor?: string | undefined;
337 backgroundColor?: string | undefined;
338 checkedColor?: string | undefined;
339 requiredColor?: string | undefined;
340 disabledColor?: string | undefined;
341 size?: number | undefined;
342 labelColor?: string | undefined;
343 labelDisabledColor?: string | undefined;
344 } | undefined;
345 raisedButton?: {
346 color?: string | undefined;
347 textColor?: string | undefined;
348 primaryColor?: string | undefined;
349 primaryTextColor?: string | undefined;
350 secondaryColor?: string | undefined;
351 secondaryTextColor?: string | undefined;
352 disabledColor?: string | undefined;
353 disabledTextColor?: string | undefined;
354 fontSize?: number | undefined;
355 fontWeight?: number | undefined;
356 } | undefined;
357 refreshIndicator?: {
358 strokeColor?: string | undefined;
359 loadingStrokeColor?: string | undefined;
360 } | undefined;
361 ripple?: {
362 color?: string | undefined;
363 } | undefined;
364 slider?: {
365 trackSize?: number | undefined;
366 trackColor?: string | undefined;
367 trackColorSelected?: string | undefined;
368 handleSize?: number | undefined;
369 handleSizeDisabled?: number | undefined;
370 handleSizeActive?: number | undefined;
371 handleColorZero?: string | undefined;
372 handleFillColor?: string | undefined;
373 selectionColor?: string | undefined;
374 rippleColor?: string | undefined;
375 } | undefined;
376 snackbar?: {
377 textColor?: string | undefined;
378 backgroundColor?: string | undefined;
379 actionColor?: string | undefined;
380 } | undefined;
381 subheader?: {
382 color?: string | undefined;
383 fontWeight?: number | undefined;
384 } | undefined;
385 stepper?: {
386 backgroundColor?: string | undefined;
387 hoverBackgroundColor?: string | undefined;
388 iconColor?: string | undefined;
389 hoveredIconColor?: string | undefined;
390 inactiveIconColor?: string | undefined;
391 textColor?: string | undefined;
392 disabledTextColor?: string | undefined;
393 connectorLineColor?: string | undefined;
394 } | undefined;
395 svgIcon?: {
396 color?: string | undefined,
397 } | undefined;
398 table?: {
399 backgroundColor?: string | undefined;
400 } | undefined;
401 tableFooter?: {
402 borderColor?: string | undefined;
403 textColor?: string | undefined;
404 } | undefined;
405 tableHeader?: {
406 borderColor?: string | undefined;
407 } | undefined;
408 tableHeaderColumn?: {
409 textColor?: string | undefined;
410 height?: number | undefined;
411 spacing?: number | undefined;
412 } | undefined;
413 tableRow?: {
414 hoverColor?: string | undefined;
415 stripeColor?: string | undefined;
416 selectedColor?: string | undefined;
417 textColor?: string | undefined;
418 borderColor?: string | undefined;
419 height?: number | undefined;
420 } | undefined;
421 tableRowColumn?: {
422 height?: number | undefined;
423 spacing?: number | undefined;
424 } | undefined;
425 tabs?: {
426 backgroundColor?: string | undefined;
427 textColor?: string | undefined;
428 selectedTextColor?: string | undefined;
429 } | undefined;
430 textField?: {
431 textColor?: string | undefined;
432 hintColor?: string | undefined;
433 floatingLabelColor?: string | undefined;
434 disabledTextColor?: string | undefined;
435 errorColor?: string | undefined;
436 focusColor?: string | undefined;
437 backgroundColor?: string | undefined;
438 borderColor?: string | undefined;
439 } | undefined;
440 timePicker?: {
441 color?: string | undefined;
442 textColor?: string | undefined;
443 accentColor?: string | undefined;
444 clockColor?: string | undefined;
445 clockCircleColor?: string | undefined;
446 headerColor?: string | undefined;
447 selectColor?: string | undefined;
448 selectTextColor?: string | undefined;
449 } | undefined;
450 toggle?: {
451 thumbOnColor?: string | undefined;
452 thumbOffColor?: string | undefined;
453 thumbDisabledColor?: string | undefined;
454 thumbRequiredColor?: string | undefined;
455 trackOnColor?: string | undefined;
456 trackOffColor?: string | undefined;
457 trackDisabledColor?: string | undefined;
458 labelColor?: string | undefined;
459 labelDisabledColor?: string | undefined;
460 trackRequiredColor?: string | undefined;
461 } | undefined;
462 toolbar?: {
463 color?: string | undefined;
464 hoverColor?: string | undefined;
465 backgroundColor?: string | undefined;
466 height?: number | undefined;
467 titleFontSize?: number | undefined;
468 iconColor?: string | undefined;
469 separatorColor?: string | undefined;
470 menuHoverColor?: string | undefined;
471 } | undefined;
472 tooltip?: {
473 color?: string | undefined;
474 rippleBackgroundColor?: string | undefined;
475 } | undefined;
476 }
477
478 interface zIndex {
479 menu: number;
480 appBar: number;
481 drawerOverlay: number;
482 drawer: number;
483 dialogOverlay: number;
484 dialog: number;
485 layer: number;
486 popover: number;
487 snackbar: number;
488 tooltip: number;
489 }
490 export let zIndex: zIndex;
491
492 interface RawTheme {
493 spacing?: Spacing | undefined;
494 fontFamily?: string | undefined;
495 palette?: ThemePalette | undefined;
496 }
497 let lightBaseTheme: RawTheme;
498 let darkBaseTheme: RawTheme;
499
500 export function muiThemeable(): <
501 TComponent extends React.ComponentClass<P> | React.FunctionComponent<P>,
502 P extends {muiTheme?: MuiTheme | undefined}
503 >(component: TComponent) => TComponent;
504
505 export interface MuiThemeProviderProps {
506 children?: React.ReactElement;
507 muiTheme?: MuiTheme | undefined;
508 }
509 export class MuiThemeProvider extends React.Component<MuiThemeProviderProps> {
510 }
511
512 export function getMuiTheme(...muiTheme: MuiTheme[]): MuiTheme;
513
514 interface Transitions {
515 easeOut(duration?: string, property?: string | string[], delay?: string, easeFunction?: string): string;
516 create(duration?: string, property?: string, delay?: string, easeFunction?: string): string;
517 easeOutFunction: string;
518 easeInOutFunction: string;
519 }
520 export let Transitions: Transitions;
521
522 interface Typography {
523 textFullBlack: string;
524 textDarkBlack: string;
525 textLightBlack: string;
526 textMinBlack: string;
527 textFullWhite: string;
528 textDarkWhite: string;
529 textLightWhite: string;
530
531 // font weight
532 fontWeightLight: number;
533 fontWeightNormal: number;
534 fontWeightMedium: number;
535
536 fontStyleButtonFontSize: number;
537 }
538 export let Typography: Typography;
539 }
540
541 export interface AppBarProps {
542 className?: string | undefined;
543 iconClassNameLeft?: string | undefined;
544 iconClassNameRight?: string | undefined;
545 iconElementLeft?: React.ReactElement | undefined;
546 iconElementRight?: React.ReactElement | undefined;
547 iconStyleRight?: React.CSSProperties | undefined;
548 iconStyleLeft?: React.CSSProperties | undefined;
549 onLeftIconButtonClick?: React.MouseEventHandler<{}> | undefined;
550 onRightIconButtonClick?: React.MouseEventHandler<{}> | undefined;
551 onTitleClick?: React.MouseEventHandler<{}> | undefined;
552 showMenuIconButton?: boolean | undefined;
553 style?: React.CSSProperties | undefined;
554 title?: React.ReactNode | undefined;
555 titleStyle?: React.CSSProperties | undefined;
556 zDepth?: number | undefined;
557 }
558 export class AppBar extends React.Component<AppBarProps> {
559 }
560
561 export interface AppCanvasProps {
562 }
563 export class AppCanvas extends React.Component<AppCanvasProps> {
564 }
565
566 namespace propTypes {
567 type horizontal = 'left' | 'middle' | 'right';
568 type tooltipHorizontal = 'left' | 'center' | 'right';
569 type vertical = 'top' | 'center' | 'bottom';
570 type direction = 'left' | 'right' | 'up' | 'down';
571
572 interface origin {
573 horizontal: horizontal;
574 vertical: vertical;
575 }
576
577 interface utils {
578 getWeekArray(date: Date, firstDayOfWeek: number): Array<Array<(Date | null)>>;
579 getYear(date: Date): number;
580 setYear(date: Date, year: number): Date;
581 addDays(date: Date, days: number): Date;
582 addMonths(date: Date, months: number): Date;
583 addYears(date: Date, years: number): Date;
584 getFirstDayOfMonth(date: Date): Date;
585 monthDiff(date1: Date, date2: Date): number;
586 }
587
588 type corners = 'bottom-left' | 'bottom-right' | 'top-left' | 'top-right';
589 type cornersAndCenter = 'bottom-center' | 'bottom-left' | 'bottom-right' | 'top-center' | 'top-left' | 'top-right';
590 }
591
592 export interface AutoCompleteProps<DataItem> extends TextFieldProps {
593 anchorOrigin?: propTypes.origin | undefined;
594 animated?: boolean | undefined;
595 animation?: React.ComponentClass<Popover.PopoverAnimationProps> | undefined;
596 dataSource: DataItem[];
597 dataSourceConfig?: { text: string; value: string; } | undefined;
598 disableFocusRipple?: boolean | undefined;
599 errorStyle?: React.CSSProperties | undefined;
600 errorText?: React.ReactNode | undefined;
601 filter?(searchText: string, key: string, item: DataItem): boolean;
602 floatingLabelText?: React.ReactNode | undefined;
603 fullWidth?: boolean | undefined;
604 hintText?: React.ReactNode | undefined;
605 listStyle?: React.CSSProperties | undefined;
606 maxSearchResults?: number | undefined;
607 menuCloseDelay?: number | undefined;
608 menuProps?: any;
609 menuStyle?: React.CSSProperties | undefined;
610 onBlur?: React.FocusEventHandler<{}> | undefined;
611 onFocus?: React.FocusEventHandler<{}> | undefined;
612 onKeyDown?: React.KeyboardEventHandler<{}> | undefined;
613 onNewRequest?(chosenRequest: DataItem, index: number): void;
614 onUpdateInput?(searchText: string, dataSource: DataItem[]): void;
615 open?: boolean | undefined;
616 openOnFocus?: boolean | undefined;
617 popoverProps?: Popover.PopoverProps | undefined;
618 searchText?: string | undefined;
619 style?: React.CSSProperties | undefined;
620 targetOrigin?: propTypes.origin | undefined;
621 textFieldStyle?: React.CSSProperties | undefined;
622 }
623 export class AutoComplete extends React.Component<AutoCompleteProps<any>> {
624 static noFilter(): boolean;
625 static defaultFilter(searchText: string, key: string): boolean;
626 static caseSensitiveFilter(searchText: string, key: string): boolean;
627 static caseInsensitiveFilter(searchText: string, key: string): boolean;
628
629 static levenshteinDistanceFilter(distanceLessThan: number): (searchText: string, key: string) => boolean;
630
631 static fuzzyFilter(searchText: string, key: string): boolean;
632 static Item: Menus.MenuItem;
633 static Divider: Divider;
634 }
635
636 export interface AvatarProps {
637 backgroundColor?: string | undefined;
638 children?: React.ReactNode;
639 className?: string | undefined;
640 color?: string | undefined;
641 icon?: React.ReactElement | undefined;
642 size?: number | undefined;
643 src?: string | undefined;
644 style?: React.CSSProperties | undefined;
645 onClick?: React.MouseEventHandler<{}> | undefined;
646 }
647 export class Avatar extends React.Component<AvatarProps> {
648 }
649
650 export interface BadgeProps {
651 badgeContent: React.ReactNode;
652 badgeStyle?: React.CSSProperties | undefined;
653 children?: React.ReactNode;
654 className?: string | undefined;
655 primary?: boolean | undefined;
656 secondary?: boolean | undefined;
657 style?: React.CSSProperties | undefined;
658 }
659 export class Badge extends React.Component<BadgeProps> {
660 }
661
662 export interface BeforeAfterWrapperProps {
663 afterElementType?: string | undefined;
664 afterStyle?: React.CSSProperties | undefined;
665 beforeElementType?: string | undefined;
666 beforeStyle?: React.CSSProperties | undefined;
667 elementType?: string | undefined;
668 style?: React.CSSProperties | undefined;
669 }
670 export class BeforeAfterWrapper extends React.Component<BeforeAfterWrapperProps> {
671 }
672
673 // non generally overridden elements of EnhancedButton
674 export interface SharedEnhancedButtonProps<T> {
675 centerRipple?: boolean | undefined;
676 disableFocusRipple?: boolean | undefined;
677 disableKeyboardFocus?: boolean | undefined;
678 disableTouchRipple?: boolean | undefined;
679 focusRippleColor?: string | undefined;
680 focusRippleOpacity?: number | undefined;
681 href?: string | undefined;
682 keyboardFocused?: boolean | undefined;
683 onBlur?: React.FocusEventHandler<{}> | undefined;
684 onFocus?: React.FocusEventHandler<{}> | undefined;
685 onKeyboardFocus?(e: React.FocusEvent<{}>, isKeyboardFocused: boolean): void;
686 onKeyDown?: React.KeyboardEventHandler<{}> | undefined;
687 onKeyUp?: React.KeyboardEventHandler<{}> | undefined;
688 onClick?: React.MouseEventHandler<{}> | undefined;
689 style?: React.CSSProperties | undefined;
690 tabIndex?: number | undefined;
691 target?: string | undefined;
692 touchRippleColor?: string | undefined;
693 touchRippleOpacity?: number | undefined;
694 type?: string | undefined;
695 containerElement?: React.ReactNode | string | undefined;
696 }
697
698 export interface EnhancedButtonProps extends React.HTMLAttributes<{}>, SharedEnhancedButtonProps<EnhancedButton> {
699 // container element, <button/>, or <span/>(if disabled link) is the element that get the 'other' properties
700 containerElement?: React.ReactNode | string | undefined;
701 disabled?: boolean | undefined;
702 }
703 export class EnhancedButton extends React.Component<EnhancedButtonProps> {
704 }
705
706 export interface FlatButtonProps extends React.DOMAttributes<{}>, SharedEnhancedButtonProps<FlatButton> {
707 // <EnhancedButton/> is the element that get the 'other' properties
708 backgroundColor?: string | undefined;
709 className?: string | undefined;
710 disabled?: boolean | undefined;
711 fullWidth?: boolean | undefined;
712 hoverColor?: string | undefined;
713 icon?: React.ReactNode | undefined;
714 label?: React.ReactNode | undefined;
715 labelPosition?: "before" | "after" | undefined;
716 labelStyle?: React.CSSProperties | undefined;
717 linkButton?: boolean | undefined;
718 onKeyboardFocus?(e: React.FocusEvent<{}>, isKeyboardFocused: boolean): void;
719 onMouseEnter?: React.MouseEventHandler<{}> | undefined;
720 onMouseLeave?: React.MouseEventHandler<{}> | undefined;
721 onTouchStart?: React.TouchEventHandler<{}> | undefined;
722 primary?: boolean | undefined;
723 rippleColor?: string | undefined;
724 secondary?: boolean | undefined;
725 style?: React.CSSProperties | undefined;
726 }
727 export class FlatButton extends React.Component<FlatButtonProps> {
728 }
729
730 export interface RaisedButtonProps extends SharedEnhancedButtonProps<RaisedButton> {
731 // <EnhancedButton/> is the element that get the 'other' properties
732 backgroundColor?: string | undefined;
733 buttonStyle?: React.CSSProperties | undefined;
734 children?: React.ReactNode;
735 className?: string | undefined;
736 disabled?: boolean | undefined;
737 disabledBackgroundColor?: string | undefined;
738 disabledLabelColor?: string | undefined;
739 fullWidth?: boolean | undefined;
740 icon?: React.ReactNode | undefined;
741 label?: React.ReactNode | undefined;
742 labelColor?: string | undefined;
743 labelPosition?: "before" | "after" | undefined;
744 labelStyle?: React.CSSProperties | undefined;
745 linkButton?: boolean | undefined;
746 onMouseDown?: React.MouseEventHandler<{}> | undefined;
747 onMouseEnter?: React.MouseEventHandler<{}> | undefined;
748 onMouseLeave?: React.MouseEventHandler<{}> | undefined;
749 onMouseUp?: React.MouseEventHandler<{}> | undefined;
750 onTouchEnd?: React.TouchEventHandler<{}> | undefined;
751 onTouchStart?: React.TouchEventHandler<{}> | undefined;
752 overlayStyle?: React.CSSProperties | undefined;
753 primary?: boolean | undefined;
754 rippleStyle?: React.CSSProperties | undefined;
755 secondary?: boolean | undefined;
756 style?: React.CSSProperties | undefined;
757 }
758 export class RaisedButton extends React.Component<RaisedButtonProps> {
759 }
760
761 export interface FloatingActionButtonProps extends React.HTMLAttributes<{}>, SharedEnhancedButtonProps<FloatingActionButton> {
762 // <EnhancedButton/> is the element that get the 'other' properties
763 backgroundColor?: string | undefined;
764 className?: string | undefined;
765 disabled?: boolean | undefined;
766 disabledColor?: string | undefined;
767 iconClassName?: string | undefined;
768 iconStyle?: React.CSSProperties | undefined;
769 mini?: boolean | undefined;
770 onMouseDown?: React.MouseEventHandler<{}> | undefined;
771 onMouseEnter?: React.MouseEventHandler<{}> | undefined;
772 onMouseLeave?: React.MouseEventHandler<{}> | undefined;
773 onMouseUp?: React.MouseEventHandler<{}> | undefined;
774 onTouchEnd?: React.TouchEventHandler<{}> | undefined;
775 onTouchStart?: React.TouchEventHandler<{}> | undefined;
776 secondary?: boolean | undefined;
777 style?: React.CSSProperties | undefined;
778 zDepth?: number | undefined;
779 }
780 export class FloatingActionButton extends React.Component<FloatingActionButtonProps> {
781 }
782
783 export interface IconButtonProps extends React.HTMLAttributes<{}>, SharedEnhancedButtonProps<IconButton> {
784 // <EnhancedButton/> is the element that get the 'other' properties
785 className?: string | undefined;
786 disableTouchRipple?: boolean | undefined;
787 disabled?: boolean | undefined;
788 hoveredStyle?: React.CSSProperties | undefined;
789 iconClassName?: string | undefined;
790 iconStyle?: React.CSSProperties | undefined;
791 onBlur?: React.FocusEventHandler<{}> | undefined;
792 onFocus?: React.FocusEventHandler<{}> | undefined;
793 onKeyboardFocus?(e: React.FocusEvent<{}>, isKeyboardFocused: boolean): void;
794 onMouseEnter?: React.MouseEventHandler<{}> | undefined;
795 onMouseLeave?: React.MouseEventHandler<{}> | undefined;
796 onMouseOut?: React.MouseEventHandler<{}> | undefined;
797 style?: React.CSSProperties | undefined;
798 tooltip?: React.ReactNode | string | undefined;
799 tooltipPosition?: propTypes.cornersAndCenter | undefined;
800 tooltipStyles?: React.CSSProperties | undefined;
801 touch?: boolean | undefined;
802 }
803 export class IconButton extends React.Component<IconButtonProps> {
804 }
805
806 namespace BottomNavigation {
807 export interface BottomNavigationProps {
808 children?: React.ReactNode;
809 className?: string | undefined;
810 selectedIndex?: number | undefined;
811 style?: React.CSSProperties | undefined;
812 }
813
814 export class BottomNavigation extends React.Component<BottomNavigationProps> { }
815
816 export interface BottomNavigationItemProps extends SharedEnhancedButtonProps<BottomNavigationItem> {
817 className?: string | undefined;
818 icon?: React.ReactNode | undefined;
819 label?: React.ReactNode | undefined;
820 }
821
822 export class BottomNavigationItem extends React.Component<BottomNavigationItemProps> { }
823 }
824
825 namespace Card {
826 export interface CardProps {
827 children?: React.ReactNode;
828 className?: string | undefined;
829 actAsExpander?: boolean | undefined;
830 containerStyle?: React.CSSProperties | undefined;
831 expandable?: boolean | undefined;
832 expanded?: boolean | undefined;
833 initiallyExpanded?: boolean | undefined;
834 onExpandChange?(isExpanded: boolean): void;
835 showExpandableButton?: boolean | undefined;
836 style?: React.CSSProperties | undefined;
837 }
838 export class Card extends React.Component<CardProps> {
839 }
840
841 export interface CardActionsProps {
842 actAsExpander?: boolean | undefined;
843 children?: React.ReactNode;
844 expandable?: boolean | undefined;
845 showExpandableButton?: boolean | undefined;
846 style?: React.CSSProperties | undefined;
847 className?: string | undefined;
848 }
849 export class CardActions extends React.Component<CardActionsProps> {
850 }
851
852 export interface CardExpandableProps {
853 expanded?: boolean | undefined;
854 onExpanding?(isExpanded: boolean): void;
855 style?: React.CSSProperties | undefined;
856 }
857 export class CardExpandable extends React.Component<CardExpandableProps> {
858 }
859
860 export interface CardHeaderProps {
861 actAsExpander?: boolean | undefined;
862 avatar?: React.ReactNode | undefined;
863 expandable?: boolean | undefined;
864 showExpandableButton?: boolean | undefined;
865 style?: React.CSSProperties | undefined;
866 subtitle?: React.ReactNode | undefined;
867 subtitleColor?: string | undefined;
868 subtitleStyle?: React.CSSProperties | undefined;
869 textStyle?: React.CSSProperties | undefined;
870 title?: React.ReactNode | undefined;
871 titleColor?: string | undefined;
872 titleStyle?: React.CSSProperties | undefined;
873 className?: string | undefined;
874 openIcon?: React.ReactNode | undefined;
875 closeIcon?: React.ReactNode | undefined;
876 iconStyle?: React.CSSProperties | undefined;
877 }
878 export class CardHeader extends React.Component<CardHeaderProps> {
879 }
880
881 export interface CardMediaProps {
882 actAsExpander?: boolean | undefined;
883 expandable?: boolean | undefined;
884 children?: React.ReactNode;
885 mediaStyle?: React.CSSProperties | undefined;
886 overlay?: React.ReactNode | undefined;
887 overlayContainerStyle?: React.CSSProperties | undefined;
888 overlayContentStyle?: React.CSSProperties | undefined;
889 overlayStyle?: React.CSSProperties | undefined;
890 style?: React.CSSProperties | undefined;
891 }
892 export class CardMedia extends React.Component<CardMediaProps> {
893 }
894
895 export interface CardTextProps {
896 actAsExpander?: boolean | undefined;
897 children?: React.ReactNode;
898 color?: string | undefined;
899 expandable?: boolean | undefined;
900 style?: React.CSSProperties | undefined;
901 className?: string | undefined;
902 }
903 export class CardText extends React.Component<CardTextProps> {
904 }
905
906 export interface CardTitleProps {
907 actAsExpander?: boolean | undefined;
908 expandable?: boolean | undefined;
909 showExpandableButton?: boolean | undefined;
910 style?: React.CSSProperties | undefined;
911 subtitle?: React.ReactNode | undefined;
912 subtitleColor?: string | undefined;
913 subtitleStyle?: React.CSSProperties | undefined;
914 title?: React.ReactNode | undefined;
915 titleColor?: string | undefined;
916 titleStyle?: React.CSSProperties | undefined;
917 }
918 export class CardTitle extends React.Component<CardTitleProps> {
919 }
920 }
921
922 export interface ChipProps {
923 backgroundColor?: string | undefined;
924 children?: React.ReactNode;
925 className?: string | undefined;
926 containerElement?: React.ReactNode | string | undefined;
927 labelColor?: string | undefined;
928 labelStyle?: React.CSSProperties | undefined;
929 onClick?: React.MouseEventHandler<Chip> | undefined;
930 onRequestDelete?: React.TouchEventHandler<Chip> | undefined;
931 style?: React.CSSProperties | undefined;
932 deleteIconStyle?: React.CSSProperties | undefined;
933 }
934
935 export class Chip extends React.Component<ChipProps> {
936 }
937
938 namespace DatePicker {
939 export interface DatePickerProps {
940 // <TextField/> is the element that get the 'other' properties
941 DateTimeFormat?: typeof Intl.DateTimeFormat | undefined;
942 autoOk?: boolean | undefined;
943 cancelLabel?: React.ReactNode | undefined;
944 container?: "dialog" | "inline" | undefined;
945 defaultDate?: Date | undefined;
946 dialogContainerStyle?: React.CSSProperties | undefined;
947 disableYearSelection?: boolean | undefined;
948 disabled?: boolean | undefined;
949 firstDayOfWeek?: number | undefined;
950 formatDate?(date: Date): string;
951 locale?: string | undefined;
952 maxDate?: Date | undefined;
953 minDate?: Date | undefined;
954 mode?: "portrait" | "landscape" | undefined;
955 okLabel?: React.ReactNode | undefined;
956 onChange?(e: any, date: Date): void; // e is always null
957 onDismiss?(): void;
958 onFocus?: React.FocusEventHandler<{}> | undefined;
959 onShow?(): void;
960 onClick?: React.TouchEventHandler<{}> | undefined;
961 shouldDisableDate?(day: Date): boolean;
962 style?: React.CSSProperties | undefined;
963 textFieldStyle?: React.CSSProperties | undefined;
964 value?: Date | undefined;
965
966 // From <TextField />
967 className?: string | undefined;
968 defaultValue?: string | undefined;
969 errorStyle?: React.CSSProperties | undefined;
970 errorText?: React.ReactNode | undefined;
971 floatingLabelStyle?: React.CSSProperties | undefined;
972 floatingLabelText?: React.ReactNode | undefined;
973 fullWidth?: boolean | undefined;
974 hideCalendarDate?: boolean | undefined;
975 hintStyle?: React.CSSProperties | undefined;
976 hintText?: React.ReactNode | undefined;
977 id?: string | undefined;
978 inputStyle?: React.CSSProperties | undefined;
979 onBlur?: React.FocusEventHandler<{}> | undefined;
980 onKeyDown?: React.KeyboardEventHandler<{}> | undefined;
981 openToYearSelection?: boolean | undefined;
982 rows?: number | undefined;
983 rowsMax?: number | undefined;
984 name?: string | undefined;
985 type?: string | undefined;
986 underlineDisabledStyle?: React.CSSProperties | undefined;
987 underlineFocusStyle?: React.CSSProperties | undefined;
988 underlineShow?: boolean | undefined;
989 underlineStyle?: React.CSSProperties | undefined;
990 utils?: propTypes.utils | undefined;
991 }
992 export class DatePicker extends React.Component<DatePickerProps> {
993 focus(): void;
994 openDialog(): void;
995 }
996
997 export interface DatePickerDialogProps {
998 // <Container/> is the element that get the 'other' properties
999 DateTimeFormat?: typeof Intl.DateTimeFormat | undefined;
1000 animation?: React.ComponentClass<Popover.PopoverAnimationProps> | undefined;
1001 autoOk?: boolean | undefined;
1002 cancelLabel?: React.ReactNode | undefined;
1003 container?: "dialog" | "inline" | undefined;
1004 disableYearSelection?: boolean | undefined;
1005 firstDayOfWeek?: number | undefined;
1006 initialDate?: Date | undefined;
1007 locale?: string | undefined;
1008 maxDate?: Date | undefined;
1009 minDate?: Date | undefined;
1010 mode?: "portrait" | "landscape" | undefined;
1011 okLabel?: React.ReactNode | undefined;
1012 onAccept?(d: Date): void;
1013 onDismiss?(): void;
1014 onShow?(): void;
1015 shouldDisableDate?(day: Date): boolean;
1016 style?: React.CSSProperties | undefined;
1017 utils?: propTypes.utils | undefined;
1018 }
1019 export class DatePickerDialog extends React.Component<DatePickerDialogProps> {
1020 show(): void;
1021 dismiss(): void;
1022 }
1023 }
1024
1025 /** @deprecated use array of components instead */
1026 export interface DialogAction {
1027 id?: string | undefined;
1028 onClick?: React.MouseEventHandler<{}> | undefined;
1029 ref?: string | undefined;
1030 text: string;
1031 }
1032 export interface DialogProps extends React.DOMAttributes<{}>, React.RefAttributes<Dialog> {
1033 actions?: Array<DialogAction | React.ReactElement> | undefined;
1034 /** @deprecated use a custom `actions` property instead */
1035 actionFocus?: string | undefined;
1036 actionsContainerClassName?: string | undefined;
1037 actionsContainerStyle?: React.CSSProperties | undefined;
1038 autoDetectWindowHeight?: boolean | undefined;
1039 autoScrollBodyContent?: boolean | undefined;
1040 bodyClassName?: string | undefined;
1041 bodyStyle?: React.CSSProperties | undefined;
1042 className?: string | undefined;
1043 contentClassName?: string | undefined;
1044 contentStyle?: React.CSSProperties | undefined;
1045 modal?: boolean | undefined;
1046 onRequestClose?(buttonClicked: boolean): void;
1047 open: boolean;
1048 overlayClassName?: string | undefined;
1049 overlayStyle?: React.CSSProperties | undefined;
1050 paperClassName?: string | undefined;
1051 paperProps?: any;
1052 repositionOnUpdate?: boolean | undefined;
1053 style?: React.CSSProperties | undefined;
1054 title?: React.ReactNode | undefined;
1055 titleClassName?: string | undefined;
1056 titleStyle?: React.CSSProperties | undefined;
1057 }
1058 export class Dialog extends React.Component<DialogProps> {
1059 }
1060
1061 export interface DividerProps {
1062 className?: string | undefined;
1063 inset?: boolean | undefined;
1064 style?: React.CSSProperties | undefined;
1065 }
1066 export class Divider extends React.Component<DividerProps> {
1067 }
1068
1069 export interface DrawerProps {
1070 children?: React.ReactNode;
1071 className?: string | undefined;
1072 containerClassName?: string | undefined;
1073 containerStyle?: React.CSSProperties | undefined;
1074 disableSwipeToOpen?: boolean | undefined;
1075 docked?: boolean | undefined;
1076 onRequestChange?(opening: boolean, reason: string): void;
1077 open?: boolean | undefined;
1078 openSecondary?: boolean | undefined;
1079 overlayClassName?: string | undefined;
1080 overlayStyle?: React.CSSProperties | undefined;
1081 style?: React.CSSProperties | undefined;
1082 swipeAreaWidth?: number | undefined;
1083 width?: number | string | undefined;
1084 zDepth?: number | undefined;
1085 }
1086 export class Drawer extends React.Component<DrawerProps> {
1087 }
1088
1089 namespace GridList {
1090 export interface GridListProps {
1091 cellHeight?: number|'auto' | undefined;
1092 children?: React.ReactNode;
1093 cols?: number | undefined;
1094 padding?: number | undefined;
1095 style?: React.CSSProperties | undefined;
1096 }
1097 export class GridList extends React.Component<GridListProps> {
1098 }
1099
1100 export interface GridTileProps {
1101 actionIcon?: React.ReactElement | undefined;
1102 actionPosition?: "left" | "right" | undefined;
1103 children?: React.ReactNode;
1104 cols?: number | undefined;
1105 containerElement?: string | React.ReactElement | React.ComponentClass<any> | undefined;
1106 rows?: number | undefined;
1107 style?: React.CSSProperties | undefined;
1108 subtitle?: React.ReactNode | undefined;
1109 subtitleStyle?: React.CSSProperties | undefined;
1110 title?: React.ReactNode | undefined;
1111 titleBackground?: string | undefined;
1112 titlePosition?: "top" | "bottom" | undefined;
1113 titleStyle?: React.CSSProperties | undefined;
1114 onClick?: React.MouseEventHandler<{}> | undefined;
1115 }
1116 export class GridTile extends React.Component<GridTileProps> {
1117 }
1118 }
1119
1120 export interface FontIconProps extends React.HTMLAttributes<{}>, React.RefAttributes<FontIcon> {
1121 // <span/> is the element that get the 'other' properties
1122 color?: string | undefined;
1123 hoverColor?: string | undefined;
1124 onMouseEnter?: React.MouseEventHandler<{}> | undefined;
1125 onMouseLeave?: React.MouseEventHandler<{}> | undefined;
1126 style?: React.CSSProperties | undefined;
1127 }
1128 export class FontIcon extends React.Component<FontIconProps> {
1129 }
1130
1131 export interface SvgIconProps extends React.SVGAttributes<{}>, React.RefAttributes<SvgIcon> {
1132 // <svg/> is the element that get the 'other' properties
1133 color?: string | undefined;
1134 hoverColor?: string | undefined;
1135 onMouseEnter?: React.MouseEventHandler<{}> | undefined;
1136 onMouseLeave?: React.MouseEventHandler<{}> | undefined;
1137 style?: React.CSSProperties | undefined;
1138 viewBox?: string | undefined;
1139 }
1140 export class SvgIcon extends React.Component<SvgIconProps> {
1141 }
1142
1143 namespace List {
1144 export interface ListProps extends React.HTMLAttributes<{}> {}
1145 export class List extends React.Component<ListProps> {}
1146
1147 export interface ListItemProps extends EnhancedButtonProps {
1148 // <EnhancedButton/> is the element that get the 'other' properties
1149 autoGenerateNestedIndicator?: boolean | undefined;
1150 disableKeyboardFocus?: boolean | undefined;
1151 disabled?: boolean | undefined;
1152 hoverColor?: string | undefined;
1153 initiallyOpen?: boolean | undefined;
1154 innerDivStyle?: React.CSSProperties | undefined;
1155 insetChildren?: boolean | undefined;
1156 leftAvatar?: React.ReactElement | undefined;
1157 leftCheckbox?: React.ReactElement | undefined;
1158 leftIcon?: React.ReactElement | undefined;
1159 nestedItems?: Array<React.ReactElement<ListItemProps>> | undefined;
1160 nestedLevel?: number | undefined;
1161 nestedListStyle?: React.CSSProperties | undefined;
1162 onKeyboardFocus?(e: React.FocusEvent<{}>, isKeyboardFocused: boolean): void;
1163 onMouseEnter?: React.MouseEventHandler<{}> | undefined;
1164 onMouseLeave?: React.MouseEventHandler<{}> | undefined;
1165 onNestedListToggle?(item: ListItem): void;
1166 onTouchStart?: React.TouchEventHandler<{}> | undefined;
1167 onClick?: React.MouseEventHandler<{}> | undefined;
1168 open?: boolean | undefined;
1169 primaryText?: React.ReactNode | undefined;
1170 primaryTogglesNestedList?: boolean | undefined;
1171 rightAvatar?: React.ReactElement | undefined;
1172 rightIcon?: React.ReactElement | undefined;
1173 rightIconButton?: React.ReactElement | undefined;
1174 rightToggle?: React.ReactElement | undefined;
1175 secondaryText?: React.ReactNode | undefined;
1176 secondaryTextLines?: number | undefined; // 1 or 2
1177 style?: React.CSSProperties | undefined;
1178 value?: any;
1179 }
1180 export class ListItem extends React.Component<ListItemProps> {
1181 }
1182
1183 export interface SelectableProps {
1184 onChange?(e: React.SyntheticEvent<{}>, value: any): void;
1185 selectedItemStyle?: React.CSSProperties | undefined;
1186 value?: any;
1187 }
1188
1189 // union types for higher order components in TypeScript 1.8: https://github.com/Microsoft/TypeScript/issues/4362
1190 export function makeSelectable<P extends {}>(component: React.ComponentClass<P>): React.ComponentClass<Omit<P, 'onChange'> & SelectableProps>;
1191 }
1192
1193 namespace Menus {
1194 export interface MenuProps {
1195 // <List/> is the element that get the 'other' properties
1196 autoWidth?: boolean | undefined;
1197 children?: React.ReactNode;
1198 desktop?: boolean | undefined;
1199 disableAutoFocus?: boolean | undefined;
1200 initiallyKeyboardFocused?: boolean | undefined;
1201 listStyle?: React.CSSProperties | undefined;
1202 maxHeight?: number | undefined;
1203 multiple?: boolean | undefined;
1204 onChange?(e: React.SyntheticEvent<{}>, itemValue: any | any[]): void;
1205 onEscKeyDown?: React.KeyboardEventHandler<{}> | undefined;
1206 onItemClick?(e: React.SyntheticEvent<{}>, item: MenuItem): void;
1207 onKeyDown?: React.KeyboardEventHandler<{}> | undefined;
1208 selectedMenuItemStyle?: React.CSSProperties | undefined;
1209 style?: React.CSSProperties | undefined;
1210 value?: any | any[] | undefined;
1211 valueLink?: ReactLink<any | any[]> | undefined;
1212 width?: string | number | undefined;
1213 }
1214 export class Menu extends React.Component<MenuProps> {
1215 }
1216
1217 export interface MenuItemProps extends List.ListItemProps {
1218 // <ListItem/> is the element that get the 'other' properties
1219 animation?: React.ComponentClass<Popover.PopoverAnimationProps> | undefined;
1220 checked?: boolean | undefined;
1221 desktop?: boolean | undefined;
1222 disabled?: boolean | undefined;
1223 focusState?: string | undefined; // 'none', 'focused', or 'keyboard-focused'
1224 innerDivStyle?: React.CSSProperties | undefined;
1225 insetChildren?: boolean | undefined;
1226 label?: string | React.ReactNode | undefined;
1227 leftIcon?: React.ReactElement | undefined;
1228 menuItems?: React.ReactNode | undefined;
1229 onClick?: React.MouseEventHandler<{}> | undefined;
1230 primaryText?: React.ReactNode | undefined;
1231 rightIcon?: React.ReactElement | undefined;
1232 secondaryText?: React.ReactNode | undefined;
1233 style?: React.CSSProperties | undefined;
1234 containerElement?: React.ReactNode | string | undefined;
1235 }
1236 export class MenuItem extends React.Component<MenuItemProps> {
1237 }
1238
1239 export interface IconMenuProps {
1240 // <Menu/> is the element that get the 'other' properties
1241 anchorOrigin?: propTypes.origin | undefined;
1242 animated?: boolean | undefined;
1243 animation?: React.ComponentClass<Popover.PopoverAnimationProps> | undefined;
1244 children?: React.ReactNode;
1245 className?: string | undefined;
1246 clickCloseDelay?: number | undefined;
1247 iconButtonElement: React.ReactElement<IconButton>;
1248 iconStyle?: React.CSSProperties | undefined;
1249 menuStyle?: React.CSSProperties | undefined;
1250 onClick?(e: React.SyntheticEvent<{}>): void;
1251 onItemClick?(e: React.SyntheticEvent<{}>, item: MenuItem): void;
1252 onKeyboardFocus?(e: React.FocusEvent<{}>, isKeyboardFocused: boolean): void;
1253 onMouseDown?: React.MouseEventHandler<{}> | undefined;
1254 onMouseEnter?: React.MouseEventHandler<{}> | undefined;
1255 onMouseLeave?: React.MouseEventHandler<{}> | undefined;
1256 onMouseUp?: React.MouseEventHandler<{}> | undefined;
1257 onRequestChange?(opening: boolean, reason: string): void;
1258 open?: boolean | undefined;
1259 targetOrigin?: propTypes.origin | undefined;
1260 useLayerForClickAway?: boolean | undefined;
1261
1262 // Other properties from <Menu/>
1263 autoWidth?: boolean | undefined;
1264 desktop?: boolean | undefined;
1265 disableAutoFocus?: boolean | undefined;
1266 initiallyKeyboardFocused?: boolean | undefined;
1267 listStyle?: React.CSSProperties | undefined;
1268 maxHeight?: number | undefined;
1269 multiple?: boolean | undefined;
1270 onChange?(e: React.SyntheticEvent<{}>, itemValue: any | any[]): void;
1271 style?: React.CSSProperties | undefined;
1272 value?: any | any[] | undefined;
1273 }
1274 export class IconMenu extends React.Component<IconMenuProps> {
1275 }
1276
1277 export interface DropDownMenuProps {
1278 // <div/> is the element that gets the 'other' properties
1279 anchorOrigin?: propTypes.origin | undefined;
1280 animated?: boolean | undefined;
1281 animation?: React.ComponentClass<Popover.PopoverAnimationProps> | undefined;
1282 children?: React.ReactNode;
1283 className?: string | undefined;
1284 disabled?: boolean | undefined;
1285 iconButton?: React.ReactNode | undefined;
1286 iconStyle?: React.CSSProperties | undefined;
1287 labelStyle?: React.CSSProperties | undefined;
1288 listStyle?: React.CSSProperties | undefined;
1289 maxHeight?: number | undefined;
1290 menuItemStyle?: React.CSSProperties | undefined;
1291 menuStyle?: React.CSSProperties | undefined;
1292 multiple?: boolean | undefined;
1293 onChange?(e: React.SyntheticEvent<{}>, index: number, menuItemValue: any): void;
1294 onClose?(e: React.SyntheticEvent<{}>): void;
1295 openImmediately?: boolean | undefined;
1296 selectedMenuItemStyle?: React.CSSProperties | undefined;
1297 selectionRenderer?(value: any, menuItem: any): void;
1298 style?: React.CSSProperties | undefined;
1299 targetOrigin?: propTypes.origin | undefined;
1300 underlineStyle?: React.CSSProperties | undefined;
1301 value?: any;
1302 }
1303 export class DropDownMenu extends React.Component<DropDownMenuProps> {
1304 }
1305 }
1306
1307 export interface OverlayProps extends React.RefAttributes<Overlay> {
1308 children?: React.ReactNode;
1309 autoLockScrolling?: boolean | undefined;
1310 show?: boolean | undefined;
1311 transitionEnabled?: boolean | undefined;
1312 onClick?: React.MouseEventHandler<{}> | undefined;
1313 }
1314 export class Overlay extends React.Component<OverlayProps> {
1315 }
1316
1317 export interface PaperProps extends React.HTMLAttributes<{}>, React.RefAttributes<Paper> {
1318 circle?: boolean | undefined;
1319 rounded?: boolean | undefined;
1320 style?: React.CSSProperties | undefined;
1321 transitionEnabled?: boolean | undefined;
1322 zDepth?: number | undefined;
1323 width?: number | string | undefined;
1324 height?: number | string | undefined;
1325 }
1326 export class Paper extends React.Component<PaperProps> {
1327 }
1328
1329 namespace Popover {
1330 export interface PopoverAnimationProps {
1331 open: boolean;
1332 style?: React.CSSProperties | undefined;
1333 }
1334
1335 export interface PopoverProps {
1336 anchorEl?: React.ReactInstance | undefined;
1337 anchorOrigin?: propTypes.origin | undefined;
1338 animated?: boolean | undefined;
1339 animation?: React.ComponentClass<PopoverAnimationProps> | undefined;
1340 autoCloseWhenOffScreen?: boolean | undefined;
1341 canAutoPosition?: boolean | undefined;
1342 children?: React.ReactNode;
1343 className?: string | undefined;
1344 onRequestClose?(reason: string): void;
1345 open?: boolean | undefined;
1346 style?: React.CSSProperties | undefined;
1347 targetOrigin?: propTypes.origin | undefined;
1348 useLayerForClickAway?: boolean | undefined;
1349 zDepth?: number | undefined;
1350 }
1351 export class Popover extends React.Component<PopoverProps> {
1352 }
1353
1354 export interface PopoverAnimationVerticalProps extends PopoverAnimationProps {
1355 className?: string | undefined;
1356 targetOrigin?: propTypes.origin | undefined;
1357 zDepth?: number | undefined;
1358 }
1359 export class PopoverAnimationVertical extends React.Component<PopoverAnimationVerticalProps> {
1360 }
1361
1362 export interface PopoverAnimationDefaultProps extends PopoverAnimationProps {
1363 className?: string | undefined;
1364 targetOrigin?: propTypes.origin | undefined;
1365 zDepth?: number | undefined;
1366 }
1367 export class PopoverAnimationDefault extends React.Component<PopoverAnimationDefaultProps> {
1368 }
1369 }
1370
1371 export interface CircularProgressProps {
1372 color?: string | undefined;
1373 innerStyle?: React.CSSProperties | undefined;
1374 max?: number | undefined;
1375 min?: number | undefined;
1376 mode?: "determinate" | "indeterminate" | undefined;
1377 size?: number | undefined;
1378 style?: React.CSSProperties | undefined;
1379 thickness?: number | undefined;
1380 value?: number | undefined;
1381 }
1382 export class CircularProgress extends React.Component<CircularProgressProps> {
1383 }
1384
1385 export interface LinearProgressProps {
1386 color?: string | undefined;
1387 max?: number | undefined;
1388 min?: number | undefined;
1389 mode?: "determinate" | "indeterminate" | undefined;
1390 style?: React.CSSProperties | undefined;
1391 value?: number | undefined;
1392 }
1393 export class LinearProgress extends React.Component<LinearProgressProps> {
1394 }
1395
1396 export interface RefreshIndicatorProps {
1397 color?: string | undefined;
1398 left: number;
1399 loadingColor?: string | undefined;
1400 percentage?: number | undefined;
1401 size?: number | undefined;
1402 status?: "ready" | "loading" | "hide" | undefined;
1403 style?: React.CSSProperties | undefined;
1404 top: number;
1405 }
1406 export class RefreshIndicator extends React.Component<RefreshIndicatorProps> {
1407 }
1408
1409 export interface SelectFieldProps {
1410 // <DropDownMenu/> is the element that get the 'other' properties
1411 autoWidth?: boolean | undefined;
1412 children?: React.ReactNode;
1413 disabled?: boolean | undefined;
1414 dropDownMenuProps?: Menus.DropDownMenuProps | undefined;
1415 errorStyle?: React.CSSProperties | undefined;
1416 errorText?: React.ReactNode | undefined;
1417 floatingLabelFixed?: boolean | undefined;
1418 floatingLabelStyle?: React.CSSProperties | undefined;
1419 floatingLabelText?: React.ReactNode | undefined;
1420 fullWidth?: boolean | undefined;
1421 hintStyle?: React.CSSProperties | undefined;
1422 hintText?: React.ReactNode | undefined;
1423 iconStyle?: React.CSSProperties | undefined;
1424 id?: string | undefined;
1425 name?: string | undefined;
1426 labelStyle?: React.CSSProperties | undefined;
1427 multiple?: boolean | undefined;
1428 onBlur?: React.FocusEventHandler<{}> | undefined;
1429 onChange?(e: React.SyntheticEvent<{}>, index: number, menuItemValue: any): void;
1430 onFocus?: React.FocusEventHandler<{}> | undefined;
1431 selectFieldRoot?: React.CSSProperties | undefined;
1432 selectionRenderer?(value: any): React.ReactNode;
1433 style?: React.CSSProperties | undefined;
1434 underlineDisabledStyle?: React.CSSProperties | undefined;
1435 underlineFocusStyle?: React.CSSProperties | undefined;
1436 underlineStyle?: React.CSSProperties | undefined;
1437 value?: any;
1438
1439 // useful attributes passed to <DropDownMenu/>
1440 className?: string | undefined;
1441 maxHeight?: number | undefined;
1442 menuStyle?: any;
1443 listStyle?: React.CSSProperties | undefined;
1444 menuItemStyle?: React.CSSProperties | undefined;
1445 selectedMenuItemStyle?: React.CSSProperties | undefined;
1446 openImmediately?: boolean | undefined;
1447 }
1448 export class SelectField extends React.Component<SelectFieldProps> {
1449 }
1450
1451 export interface SliderProps {
1452 axis?: 'x' | 'x-reverse' | 'y' | 'y-reverse' | undefined;
1453 defaultValue?: number | undefined;
1454 description?: string | undefined;
1455 disableFocusRipple?: boolean | undefined;
1456 disabled?: boolean | undefined;
1457 error?: string | undefined;
1458 max?: number | undefined;
1459 min?: number | undefined;
1460 name?: string | undefined;
1461 onBlur?: React.FocusEventHandler<{}> | undefined;
1462 onChange?(e: React.MouseEvent<{}>, value: number): void;
1463 onDragStart?: React.MouseEventHandler<{}> | undefined;
1464 onDragStop?: React.MouseEventHandler<{}> | undefined;
1465 onFocus?: React.FocusEventHandler<{}> | undefined;
1466 required?: boolean | undefined;
1467 sliderStyle?: React.CSSProperties | undefined;
1468 step?: number | undefined;
1469 style?: React.CSSProperties | undefined;
1470 value?: number | undefined;
1471 }
1472 export class Slider extends React.Component<SliderProps> {
1473 }
1474
1475 namespace Switches {
1476 // what's not commonly overridden by Checkbox, RadioButton, or Toggle
1477 export interface CommonEnhancedSwitchProps<T> extends React.InputHTMLAttributes<{}>, React.RefAttributes<T> {
1478 label?: React.ReactNode | undefined;
1479 }
1480
1481 export interface EnhancedSwitchProps extends CommonEnhancedSwitchProps<EnhancedSwitch> {
1482 // <input/> is element that get the 'other' properties
1483 className?: string | undefined;
1484 defaultSwitched?: boolean | undefined;
1485 disableFocusRipple?: boolean | undefined;
1486 disableTouchRipple?: boolean | undefined;
1487 disabled?: boolean | undefined;
1488 iconStyle?: React.CSSProperties | undefined;
1489 id?: string | undefined;
1490 inputStyle: React.CSSProperties;
1491 inputType: string;
1492 labelPosition?: string | undefined; // oneOf(['left', 'right'])
1493 labelStyle?: React.CSSProperties | undefined;
1494 name?: string | undefined;
1495 onBlur?: React.FocusEventHandler<{}> | undefined;
1496 onFocus?: React.FocusEventHandler<{}> | undefined;
1497 onMouseDown?: React.MouseEventHandler<{}> | undefined;
1498 onMouseLeave?: React.MouseEventHandler<{}> | undefined;
1499 onMouseUp?: React.MouseEventHandler<{}> | undefined;
1500 onParentShouldUpdate(isInputChecked: boolean): void;
1501 onSwitch?(e: React.MouseEvent<{}>, isInputChecked: boolean): void;
1502 onTouchEnd?: React.TouchEventHandler<{}> | undefined;
1503 onTouchStart?: React.TouchEventHandler<{}> | undefined;
1504 required?: boolean | undefined;
1505 rippleColor?: string | undefined;
1506 rippleStyle?: React.CSSProperties | undefined;
1507 style?: React.CSSProperties | undefined;
1508 switchElement: React.ReactElement;
1509 switched: boolean;
1510 thumbStyle?: React.CSSProperties | undefined;
1511 trackStyle?: React.CSSProperties | undefined;
1512 value?: string | undefined;
1513 }
1514 export class EnhancedSwitch extends React.Component<EnhancedSwitchProps> {
1515 getValue(): string;
1516 isKeyboardFocused(): boolean;
1517 isSwitched(): boolean;
1518 setSwitched(newSwitchedValue: boolean): void;
1519 }
1520
1521 export interface CheckboxProps extends CommonEnhancedSwitchProps<Checkbox> {
1522 // <EnhancedSwitch/> is element that get the 'other' properties
1523 checked?: boolean | undefined;
1524 checkedIcon?: React.ReactElement<{ style?: React.CSSProperties | undefined }> | undefined; // Normally an SvgIcon
1525 defaultChecked?: boolean | undefined;
1526 disabled?: boolean | undefined;
1527 iconStyle?: React.CSSProperties | undefined;
1528 labelPosition?: "left" | "right" | undefined;
1529 labelStyle?: React.CSSProperties | undefined;
1530 onCheck?(event: React.MouseEvent<{}>, checked: boolean): void;
1531 style?: React.CSSProperties | undefined;
1532 uncheckedIcon?: React.ReactElement<{ style?: React.CSSProperties | undefined }> | undefined; // Normally an SvgIcon
1533 valueLink?: ReactLink<boolean> | undefined;
1534 inputStyle?: React.CSSProperties | undefined;
1535 }
1536 export class Checkbox extends React.Component<CheckboxProps> {
1537 /** @deprecated Use checked property instead */
1538 isChecked(): void;
1539
1540 /** @deprecated Use checked property instead */
1541 setChecked(newCheckedValue: boolean): void;
1542 }
1543
1544 export interface RadioButtonProps extends CommonEnhancedSwitchProps<RadioButton> {
1545 // <EnhancedSwitch/> is element that get the 'other' properties
1546 checkedIcon?: React.ReactElement<{ style?: React.CSSProperties | undefined }> | undefined; // Normally an SvgIcon
1547 disabled?: boolean | undefined;
1548 iconStyle?: React.CSSProperties | undefined;
1549 inputStyle?: React.CSSProperties | undefined;
1550 labelStyle?: React.CSSProperties | undefined;
1551 onCheck?(e: React.FormEvent<{}>, selected: string): void;
1552 style?: React.CSSProperties | undefined;
1553 uncheckedIcon?: React.ReactElement<{ style?: React.CSSProperties | undefined }> | undefined; // Normally an SvgIcon
1554 value?: any;
1555 }
1556 export class RadioButton extends React.Component<RadioButtonProps> {
1557 isChecked(): boolean;
1558
1559 getValue(): string;
1560 }
1561
1562 export interface RadioButtonGroupProps {
1563 children?: React.ReactNode;
1564 className?: string | undefined;
1565 defaultSelected?: any;
1566 labelPosition?: "left" | "right" | undefined;
1567 name: string;
1568 onChange?(e: React.FormEvent<{}>, selected: string): void;
1569 style?: React.CSSProperties | undefined;
1570 valueSelected?: any;
1571 }
1572 export class RadioButtonGroup extends React.Component<RadioButtonGroupProps> {
1573 clearValue(): void;
1574
1575 getSelectedValue(): string;
1576
1577 setSelectedValue(newSelectionValue: string): void;
1578 }
1579
1580 export interface ToggleProps extends CommonEnhancedSwitchProps<Toggle> {
1581 // <EnhancedSwitch/> is element that get the 'other' properties
1582 defaultToggled?: boolean | undefined;
1583 disabled?: boolean | undefined;
1584 elementStyle?: React.CSSProperties | undefined;
1585 iconStyle?: React.CSSProperties | undefined;
1586 inputStyle?: React.CSSProperties | undefined;
1587 label?: React.ReactNode | undefined;
1588 labelPosition?: "left" | "right" | undefined;
1589 labelStyle?: React.CSSProperties | undefined;
1590 onToggle?(e: React.MouseEvent<{}>, isInputChecked: boolean): void;
1591 rippleStyle?: React.CSSProperties | undefined;
1592 style?: React.CSSProperties | undefined;
1593 thumbStyle?: React.CSSProperties | undefined;
1594 thumbSwitchedStyle?: React.CSSProperties | undefined;
1595 trackSwitchedStyle?: React.CSSProperties | undefined;
1596 toggled?: boolean | undefined;
1597 trackStyle?: React.CSSProperties | undefined;
1598 valueLink?: ReactLink<boolean> | undefined;
1599 }
1600 export class Toggle extends React.Component<ToggleProps> {
1601 isToggled(): boolean;
1602
1603 setToggled(newToggledValue: boolean): void;
1604 }
1605 }
1606
1607 export interface SnackbarProps {
1608 action?: React.ReactNode | undefined;
1609 autoHideDuration?: number | undefined;
1610 bodyStyle?: React.CSSProperties | undefined;
1611 className?: string | undefined;
1612 contentStyle?: React.CSSProperties | undefined;
1613 message: React.ReactNode;
1614 onActionClick?: React.MouseEventHandler<{}> | undefined;
1615 onRequestClose?(reason: string): void;
1616 open: boolean;
1617 style?: React.CSSProperties | undefined;
1618 }
1619 export class Snackbar extends React.Component<SnackbarProps> {
1620 }
1621
1622 namespace Stepper {
1623 export interface StepProps {
1624 active?: boolean | undefined;
1625 children?: React.ReactNode;
1626 completed?: boolean | undefined;
1627 disabled?: boolean | undefined;
1628 style?: React.CSSProperties | undefined;
1629 }
1630 export class Step extends React.Component<StepProps> {
1631 }
1632
1633 export interface StepButtonProps extends SharedEnhancedButtonProps<StepButton> {
1634 active?: boolean | undefined;
1635 children?: React.ReactNode;
1636 completed?: boolean | undefined;
1637 disabled?: boolean | undefined;
1638 icon?: React.ReactNode | string | number | undefined;
1639 onMouseEnter?: React.MouseEventHandler<{}> | undefined;
1640 onMouseLeave?: React.MouseEventHandler<{}> | undefined;
1641 onTouchStart?: React.TouchEventHandler<{}> | undefined;
1642 style?: React.CSSProperties | undefined;
1643 }
1644 export class StepButton extends React.Component<StepButtonProps> {
1645 }
1646
1647 export interface StepContentProps {
1648 active?: boolean | undefined;
1649 children?: React.ReactNode;
1650 last?: boolean | undefined;
1651 style?: React.CSSProperties | undefined;
1652 }
1653 export class StepContent extends React.Component<StepContentProps> {
1654 }
1655
1656 export interface StepLabelProps {
1657 active?: boolean | undefined;
1658 children?: React.ReactNode;
1659 completed?: boolean | undefined;
1660 disabled?: boolean | undefined;
1661 icon?: React.ReactNode | string | number | undefined;
1662 iconContainerStyle?: React.CSSProperties | undefined;
1663 style?: React.CSSProperties | undefined;
1664 }
1665 export class StepLabel extends React.Component<StepLabelProps> {
1666 }
1667
1668 export interface SnackbarProps extends React.RefAttributes<Snackbar> {
1669 action?: string | undefined;
1670 autoHideDuration?: number | undefined;
1671 bodyStyle?: React.CSSProperties | undefined;
1672 children?: React.ReactNode;
1673 className?: string | undefined;
1674 message: string | React.JSX.Element;
1675 onActionClick?: React.MouseEventHandler<{}> | undefined;
1676 /** @deprecated Use the open property to control the component instead */
1677 onDismiss?(): void; // DEPRECATED
1678 onRequestClose(reason: string): void;
1679 /** @deprecated Use the open property to control the component instead */
1680 onShow?(): void; // DEPRECATED
1681 open: boolean;
1682 /** @deprecated Use the open property to control the component instead */
1683 openOnMount?: boolean | undefined; // DEPRECATED
1684 }
1685
1686 export interface StepperProps {
1687 activeStep?: number | undefined;
1688 children?: React.ReactNode;
1689 linear?: boolean | undefined;
1690 orientation?: "horizontal" | "vertical" | undefined;
1691 style?: React.CSSProperties | undefined;
1692 }
1693 export class Stepper extends React.Component<StepperProps> {
1694 }
1695 }
1696
1697 export interface SubheaderProps {
1698 children?: React.ReactNode;
1699 inset?: boolean | undefined;
1700 style?: React.CSSProperties | undefined;
1701 }
1702 export class Subheader extends React.Component<SubheaderProps> {
1703 }
1704
1705 namespace Table {
1706 export interface TableProps {
1707 allRowsSelected?: boolean | undefined;
1708 bodyStyle?: React.CSSProperties | undefined;
1709 children?: React.ReactNode;
1710 className?: string | undefined;
1711 fixedFooter?: boolean | undefined;
1712 fixedHeader?: boolean | undefined;
1713 footerStyle?: React.CSSProperties | undefined;
1714 headerStyle?: React.CSSProperties | undefined;
1715 height?: string | undefined;
1716 multiSelectable?: boolean | undefined;
1717 onCellClick?(row: number, column: number): void;
1718 onCellHover?(row: number, column: number): void;
1719 onCellHoverExit?(row: number, column: number): void;
1720 onRowHover?(row: number): void;
1721 onRowHoverExit?(row: number): void;
1722 onRowSelection?(selectedRows: number[] | 'all'): void;
1723 selectable?: boolean | undefined;
1724 style?: React.CSSProperties | undefined;
1725 wrapperStyle?: React.CSSProperties | undefined;
1726 }
1727 export class Table extends React.Component<TableProps> {
1728 }
1729
1730 export interface TableRowProps {
1731 children?: React.ReactNode;
1732 // <tr/> is element that get the 'other' properties
1733 className?: string | undefined;
1734 displayBorder?: boolean | undefined;
1735 hoverable?: boolean | undefined;
1736 hovered?: boolean | undefined;
1737 /** @deprecated Instead, use event handler on Table */
1738 onCellClick?(e: React.MouseEvent<{}>, row: number, column: number): void;
1739 /** @deprecated Instead, use event handler on Table */
1740 onCellHover?(e: React.MouseEvent<{}>, row: number, column: number): void;
1741 /** @deprecated Instead, use event handler on Table */
1742 onCellHoverExit?(e: React.MouseEvent<{}>, row: number, column: number): void;
1743 /** @deprecated Instead, use event handler on Table */
1744 onRowClick?(e: React.MouseEvent<{}>, row: number): void;
1745 /** @deprecated Instead, use event handler on Table */
1746 onRowHover?(e: React.MouseEvent<{}>, row: number): void;
1747 /** @deprecated Instead, use event handler on Table */
1748 onRowHoverExit?(e: React.MouseEvent<{}>, row: number): void;
1749 rowNumber?: number | undefined;
1750 selectable?: boolean | undefined;
1751 selected?: boolean | undefined;
1752 striped?: boolean | undefined;
1753 style?: React.CSSProperties | undefined;
1754 }
1755 export class TableRow extends React.Component<TableRowProps> {
1756 }
1757
1758 export interface TableRowColumnProps {
1759 children?: React.ReactNode;
1760 // <td/> is element that get the 'other' properties
1761 className?: string | undefined;
1762 columnNumber?: number | undefined;
1763 hoverable?: boolean | undefined;
1764 key?: string | undefined;
1765 /** @deprecated Instead, use event handler on Table */
1766 onClick?(e: React.MouseEvent<{}>, column: number): void;
1767 /** @deprecated Instead, use event handler on Table */
1768 onHover?(e: React.MouseEvent<{}>, column: number): void;
1769 /** @deprecated Instead, use event handler on Table */
1770 onHoverExit?(e: React.MouseEvent<{}>, column: number): void;
1771 style?: React.CSSProperties | undefined;
1772
1773 // useful attributes passed to <td/>
1774 colSpan?: number | undefined;
1775 rowSpan?: number | undefined;
1776 }
1777 export class TableRowColumn extends React.Component<TableRowColumnProps> {
1778 }
1779
1780 export interface TableHeaderProps {
1781 adjustForCheckbox?: boolean | undefined;
1782 children?: React.ReactNode;
1783 className?: string | undefined;
1784 displaySelectAll?: boolean | undefined;
1785 enableSelectAll?: boolean | undefined;
1786 /** @deprecated Instead, use event handler on Table */
1787 onSelectAll?(checked: boolean): void;
1788 /** @deprecated Instead, use event handler on Table */
1789 selectAllSelected?: boolean | undefined;
1790 style?: React.CSSProperties | undefined;
1791 }
1792 export class TableHeader extends React.Component<TableHeaderProps> {
1793 }
1794
1795 export interface TableHeaderColumnProps {
1796 children?: React.ReactNode;
1797 // <th/> is element that get the 'other' properties
1798 className?: string | undefined;
1799 columnNumber?: number | undefined;
1800 key?: string | undefined;
1801 onClick?(e: React.MouseEvent<{}>, column: number): void;
1802 style?: React.CSSProperties | undefined;
1803 tooltip?: string | undefined;
1804 tooltipStyle?: React.CSSProperties | undefined;
1805
1806 // useful attributes passed to <th/>
1807 colSpan?: number | undefined;
1808 rowSpan?: number | undefined;
1809 }
1810 export class TableHeaderColumn extends React.Component<TableHeaderColumnProps> {
1811 }
1812
1813 export interface TableBodyProps {
1814 /** @deprecated Instead, use property on Table */
1815 allRowsSelected?: boolean | undefined;
1816 children?: React.ReactNode;
1817 className?: string | undefined;
1818 deselectOnClickaway?: boolean | undefined;
1819 displayRowCheckbox?: boolean | undefined;
1820 /** @deprecated Instead, use property on Table */
1821 multiSelectable?: boolean | undefined;
1822 /** @deprecated Instead, use event handler on Table */
1823 onCellClick?(row: number, column: number): void;
1824 /** @deprecated Instead, use event handler on Table */
1825 onCellHover?(row: number, column: number): void;
1826 /** @deprecated Instead, use event handler on Table */
1827 onCellHoverExit?(row: number, column: number): void;
1828 /** @deprecated Instead, use event handler on Table */
1829 onRowHover?(row: number): void;
1830 /** @deprecated Instead, use event handler on Table */
1831 onRowHoverExit?(row: number): void;
1832 /** @deprecated Instead, use event handler on Table */
1833 onRowSelection?(selectedRows: number[] | string): void;
1834 preScanRows?: boolean | undefined;
1835 /** @deprecated Instead, use property on Table */
1836 selectable?: boolean | undefined;
1837 showRowHover?: boolean | undefined;
1838 stripedRows?: boolean | undefined;
1839 style?: React.CSSProperties | undefined;
1840 }
1841 export class TableBody extends React.Component<TableBodyProps> {
1842 }
1843
1844 export interface TableFooterProps {
1845 // <tfoot/> is element that get the 'other' properties
1846 adjustForCheckbox?: boolean | undefined;
1847 children?: React.ReactNode;
1848 className?: string | undefined;
1849 style?: React.CSSProperties | undefined;
1850 }
1851 export class TableFooter extends React.Component<TableFooterProps> {
1852 }
1853 }
1854
1855 namespace Tabs {
1856 export interface TabsProps {
1857 children?: React.ReactNode;
1858 className?: string | undefined;
1859 contentContainerClassName?: string | undefined;
1860 contentContainerStyle?: React.CSSProperties | undefined;
1861 initialSelectedIndex?: number | undefined;
1862 inkBarStyle?: React.CSSProperties | undefined;
1863 onChange?(value: any, e: React.FormEvent<{}>, tab: Tab): void;
1864 style?: React.CSSProperties | undefined;
1865 tabItemContainerStyle?: React.CSSProperties | undefined;
1866 tabTemplate?: React.ComponentClass<any> | undefined;
1867 tabTemplateStyle?: React.CSSProperties | undefined;
1868 value?: any;
1869 }
1870 export class Tabs extends React.Component<TabsProps> {
1871 }
1872
1873 export interface TabProps extends SharedEnhancedButtonProps<Tab> {
1874 buttonStyle?: React.CSSProperties | undefined;
1875 children?: React.ReactNode;
1876 className?: string | undefined;
1877 icon?: React.ReactNode | undefined;
1878 label?: React.ReactNode | undefined;
1879 onActive?(tab: Tab): void;
1880 style?: React.CSSProperties | undefined;
1881 value?: any;
1882 disabled?: boolean | undefined;
1883 }
1884 export class Tab extends React.Component<TabProps> {
1885 }
1886 }
1887
1888 export interface TextFieldProps {
1889 className?: string | undefined;
1890 defaultValue?: string | number | undefined;
1891 disabled?: boolean | undefined;
1892 errorStyle?: React.CSSProperties | undefined;
1893 errorText?: React.ReactNode | undefined;
1894 floatingLabelFixed?: boolean | undefined;
1895 floatingLabelFocusStyle?: React.CSSProperties | undefined;
1896 floatingLabelShrinkStyle?: React.CSSProperties | undefined;
1897 floatingLabelStyle?: React.CSSProperties | undefined;
1898 floatingLabelText?: React.ReactNode | undefined;
1899 fullWidth?: boolean | undefined;
1900 hintStyle?: React.CSSProperties | undefined;
1901 hintText?: React.ReactNode | undefined;
1902 id?: string | undefined;
1903 inputStyle?: React.CSSProperties | undefined;
1904 multiLine?: boolean | undefined;
1905 name?: string | undefined;
1906 onBlur?: React.FocusEventHandler<{}> | undefined;
1907 onChange?(e: React.FormEvent<{}>, newValue: string): void;
1908 onFocus?: React.FocusEventHandler<{}> | undefined;
1909 onKeyDown?: React.KeyboardEventHandler<{}> | undefined;
1910 onKeyUp?: React.KeyboardEventHandler<{}> | undefined;
1911 onKeyPress?: React.KeyboardEventHandler<{}> | undefined;
1912 required?: boolean | undefined;
1913 rows?: number | undefined;
1914 rowsMax?: number | undefined;
1915 style?: React.CSSProperties | undefined;
1916 textareaStyle?: React.CSSProperties | undefined;
1917 type?: string | undefined;
1918 underlineDisabledStyle?: React.CSSProperties | undefined;
1919 underlineFocusStyle?: React.CSSProperties | undefined;
1920 underlineShow?: boolean | undefined;
1921 underlineStyle?: React.CSSProperties | undefined;
1922 value?: string | number | undefined;
1923 autoFocus?: boolean | undefined;
1924 min?: number | undefined;
1925 max?: number | undefined;
1926 maxlength?: string | undefined;
1927 minlength?: string | undefined;
1928 step?: number | undefined;
1929 autoComplete?: string | undefined;
1930 placeholder?: string | undefined;
1931 title?: string | undefined;
1932 }
1933 export class TextField extends React.Component<TextFieldProps> {
1934 blur(): void;
1935
1936 focus(): void;
1937
1938 select(): void;
1939
1940 getValue(): string;
1941
1942 getInputNode(): HTMLInputElement;
1943 }
1944
1945 export interface TimePickerProps {
1946 // <TextField/> is element that get the 'other' properties
1947 autoOk?: boolean | undefined;
1948 cancelLabel?: React.ReactNode | undefined;
1949 defaultTime?: Date | undefined;
1950 dialogBodyStyle?: React.CSSProperties | undefined;
1951 dialogStyle?: React.CSSProperties | undefined;
1952 disabled?: boolean | undefined;
1953 format?: "ampm" | "24hr" | undefined;
1954 minutesStep?: number | undefined;
1955 okLabel?: React.ReactNode | undefined;
1956 onChange?(e: any, time: Date): void;
1957 onDismiss?(): void;
1958 onFocus?: React.FocusEventHandler<{}> | undefined;
1959 onShow?(): void;
1960 onClick?: React.MouseEventHandler<{}> | undefined;
1961 pedantic?: boolean | undefined;
1962 style?: React.CSSProperties | undefined;
1963 textFieldStyle?: React.CSSProperties | undefined;
1964 value?: Date | undefined;
1965
1966 // From <TextField />
1967 className?: string | undefined;
1968 defaultValue?: string | number | undefined;
1969 errorStyle?: React.CSSProperties | undefined;
1970 errorText?: React.ReactNode | undefined;
1971 floatingLabelFixed?: boolean | undefined;
1972 floatingLabelFocusStyle?: React.CSSProperties | undefined;
1973 floatingLabelStyle?: React.CSSProperties | undefined;
1974 floatingLabelText?: React.ReactNode | undefined;
1975 fullWidth?: boolean | undefined;
1976 hintStyle?: React.CSSProperties | undefined;
1977 hintText?: React.ReactNode | undefined;
1978 id?: string | undefined;
1979 inputStyle?: React.CSSProperties | undefined;
1980 multiLine?: boolean | undefined;
1981 name?: string | undefined;
1982 onBlur?: React.FocusEventHandler<{}> | undefined;
1983 onKeyDown?: React.KeyboardEventHandler<{}> | undefined;
1984 rows?: number | undefined;
1985 rowsMax?: number | undefined;
1986 textareaStyle?: React.CSSProperties | undefined;
1987 type?: string | undefined;
1988 underlineDisabledStyle?: React.CSSProperties | undefined;
1989 underlineFocusStyle?: React.CSSProperties | undefined;
1990 underlineShow?: boolean | undefined;
1991 underlineStyle?: React.CSSProperties | undefined;
1992 }
1993 export class TimePicker extends React.Component<TimePickerProps> {
1994 focus(): void;
1995
1996 openDialog(): void;
1997 }
1998
1999 export namespace Toolbar {
2000 export interface ToolbarProps {
2001 children?: React.ReactNode;
2002 className?: string | undefined;
2003 noGutter?: boolean | undefined;
2004 style?: React.CSSProperties | undefined;
2005 }
2006 export class Toolbar extends React.Component<ToolbarProps> {
2007 }
2008
2009 export interface ToolbarGroupProps {
2010 children?: React.ReactNode;
2011 className?: string | undefined;
2012 firstChild?: boolean | undefined;
2013 float?: "left" | "right" | undefined;
2014 lastChild?: boolean | undefined;
2015 style?: React.CSSProperties | undefined;
2016 }
2017 export class ToolbarGroup extends React.Component<ToolbarGroupProps> {
2018 }
2019
2020 export interface ToolbarSeparatorProps {
2021 className?: string | undefined;
2022 style?: React.CSSProperties | undefined;
2023 }
2024 export class ToolbarSeparator extends React.Component<ToolbarSeparatorProps> {
2025 }
2026
2027 export interface ToolbarTitleProps extends React.HTMLAttributes<{}>, React.RefAttributes<ToolbarTitle> {
2028 className?: string | undefined;
2029 style?: React.CSSProperties | undefined;
2030 text?: string | undefined;
2031 }
2032 export class ToolbarTitle extends React.Component<ToolbarTitleProps> {
2033 }
2034 }
2035
2036 export namespace Utils {
2037 export namespace ColorManipulator {
2038 interface MuiColorObject {
2039 type: string;
2040 values: number[];
2041 }
2042 function convertColorToString(color: any): string;
2043
2044 function convertHexToRGB(color: string): string;
2045
2046 function decomposeColor(color: string): MuiColorObject;
2047
2048 function getContrastRatio(foreground: string, background: string): number;
2049
2050 function getLuminance(color: string): number;
2051
2052 function emphasize(color: string, coefficient?: number): string;
2053
2054 function fade(color: string, value: number): string;
2055
2056 function darken(color: string, coefficient: number): string;
2057
2058 function lighten(color: string, coefficient: number): string;
2059 }
2060
2061 interface Dom {
2062 addClass(el: Element, className: string): void;
2063 forceRedraw(el: HTMLElement): void;
2064 getStyleAttributeAsNumber(el: HTMLElement, attr: string): number;
2065 hasClass(el: Element, className: string): boolean;
2066 isDescendant(parent: Node, child: Node): boolean;
2067 offset(el: Element): { top: number, left: number };
2068 removeClass(el: Element, className: string): void;
2069 toggleClass(el: Element, className: string): void;
2070 withoutTransition(el: HTMLElement, callback: () => void): void;
2071 }
2072 export let Dom: Dom;
2073
2074 interface Events {
2075 isKeyboard(e: Event): boolean;
2076 off(el: Element, type: string, callback: EventListener): void;
2077 on(el: Element, type: string, callback: EventListener): void;
2078 once(el: Element, type: string, callback: EventListener): void;
2079 }
2080 export let Events: Events;
2081 }
2082} // __MaterialUI
2083
2084declare module 'material-ui/AppBar' {
2085 export import AppBar = __MaterialUI.AppBar;
2086 export default AppBar;
2087}
2088
2089declare module 'material-ui/AutoComplete' {
2090 export import AutoComplete = __MaterialUI.AutoComplete;
2091 export default AutoComplete;
2092}
2093
2094declare module 'material-ui/Avatar' {
2095 export import Avatar = __MaterialUI.Avatar;
2096 export default Avatar;
2097}
2098
2099declare module "material-ui/Badge" {
2100 export import Badge = __MaterialUI.Badge;
2101 export default Badge;
2102}
2103
2104declare module 'material-ui/BottomNavigation' {
2105 export import BottomNavigation = __MaterialUI.BottomNavigation.BottomNavigation;
2106 export import BottomNavigationItem = __MaterialUI.BottomNavigation.BottomNavigationItem;
2107 export default BottomNavigation;
2108}
2109
2110declare module 'material-ui/BottomNavigation/BottomNavigationItem' {
2111 export import BottomNavigationItem = __MaterialUI.BottomNavigation.BottomNavigationItem;
2112 export default BottomNavigationItem;
2113}
2114
2115declare module 'material-ui/Card' {
2116 export import Card = __MaterialUI.Card.Card;
2117 export import CardActions = __MaterialUI.Card.CardActions;
2118 export import CardExpandable = __MaterialUI.Card.CardExpandable;
2119 export import CardHeader = __MaterialUI.Card.CardHeader;
2120 export import CardMedia = __MaterialUI.Card.CardMedia;
2121 export import CardText = __MaterialUI.Card.CardText;
2122 export import CardTitle = __MaterialUI.Card.CardTitle;
2123 export default Card;
2124}
2125
2126declare module 'material-ui/Card/Card' {
2127 export import Card = __MaterialUI.Card.Card;
2128 export default Card;
2129}
2130
2131declare module 'material-ui/Card/CardActions' {
2132 export import CardActions = __MaterialUI.Card.CardActions;
2133 export default CardActions;
2134}
2135
2136declare module 'material-ui/Card/CardExpandable' {
2137 export import CardExpandable = __MaterialUI.Card.CardExpandable;
2138 export default CardExpandable;
2139}
2140
2141declare module 'material-ui/Card/CardHeader' {
2142 export import CardHeader = __MaterialUI.Card.CardHeader;
2143 export default CardHeader;
2144}
2145
2146declare module 'material-ui/Card/CardMedia' {
2147 export import CardMedia = __MaterialUI.Card.CardMedia;
2148 export default CardMedia;
2149}
2150
2151declare module 'material-ui/Card/CardText' {
2152 export import CardText = __MaterialUI.Card.CardText;
2153 export default CardText;
2154}
2155
2156declare module 'material-ui/Card/CardTitle' {
2157 export import CardTitle = __MaterialUI.Card.CardTitle;
2158 export default CardTitle;
2159}
2160
2161declare module 'material-ui/Checkbox' {
2162 export import Checkbox = __MaterialUI.Switches.Checkbox;
2163 export default Checkbox;
2164}
2165
2166declare module 'material-ui/Chip' {
2167 export import Chip = __MaterialUI.Chip;
2168 export default Chip;
2169}
2170
2171declare module 'material-ui/CircularProgress' {
2172 export import CircularProgress = __MaterialUI.CircularProgress;
2173 export default CircularProgress;
2174}
2175
2176declare module 'material-ui/DatePicker' {
2177 export import DatePicker = __MaterialUI.DatePicker.DatePicker;
2178 export default DatePicker;
2179}
2180
2181declare module 'material-ui/DatePicker/DatePickerDialog' {
2182 export import DatePickerDialog = __MaterialUI.DatePicker.DatePickerDialog;
2183 export default DatePickerDialog;
2184}
2185
2186declare module 'material-ui/Dialog' {
2187 export import Dialog = __MaterialUI.Dialog;
2188 export default Dialog;
2189}
2190
2191declare module "material-ui/Divider" {
2192 export import Divider = __MaterialUI.Divider;
2193 export default Divider;
2194}
2195
2196declare module 'material-ui/Drawer' {
2197 export import Drawer = __MaterialUI.Drawer;
2198 export default Drawer;
2199}
2200
2201declare module 'material-ui/DropDownMenu' {
2202 export import DropDownMenu = __MaterialUI.Menus.DropDownMenu;
2203 export default DropDownMenu;
2204}
2205
2206declare module 'material-ui/FlatButton' {
2207 export import FlatButton = __MaterialUI.FlatButton;
2208 export default FlatButton;
2209}
2210
2211declare module 'material-ui/FloatingActionButton' {
2212 export import FloatingActionButton = __MaterialUI.FloatingActionButton;
2213 export default FloatingActionButton;
2214}
2215
2216declare module 'material-ui/FontIcon' {
2217 export import FontIcon = __MaterialUI.FontIcon;
2218 export default FontIcon;
2219}
2220
2221declare module "material-ui/GridList" {
2222 export import GridList = __MaterialUI.GridList.GridList;
2223 export import GridTile = __MaterialUI.GridList.GridTile;
2224 export default GridList;
2225}
2226
2227declare module "material-ui/GridList/GridList" {
2228 export import GridList = __MaterialUI.GridList.GridList;
2229 export default GridList;
2230}
2231
2232declare module "material-ui/GridList/GridTile" {
2233 export import GridTile = __MaterialUI.GridList.GridTile;
2234 export default GridTile;
2235}
2236
2237declare module 'material-ui/IconButton' {
2238 export import IconButton = __MaterialUI.IconButton;
2239 export default IconButton;
2240}
2241
2242declare module "material-ui/IconMenu" {
2243 export import IconMenu = __MaterialUI.Menus.IconMenu;
2244 export default IconMenu;
2245}
2246
2247declare module 'material-ui/LinearProgress' {
2248 export import LinearProgress = __MaterialUI.LinearProgress;
2249 export default LinearProgress;
2250}
2251
2252declare module 'material-ui/List' {
2253 export import List = __MaterialUI.List.List;
2254 export import ListItem = __MaterialUI.List.ListItem;
2255 export import makeSelectable = __MaterialUI.List.makeSelectable;
2256 export default List;
2257}
2258
2259declare module 'material-ui/List/List' {
2260 export import List = __MaterialUI.List.List;
2261 export default List;
2262}
2263
2264declare module 'material-ui/List/ListItem' {
2265 export import ListItem = __MaterialUI.List.ListItem;
2266 export default ListItem;
2267}
2268
2269declare module 'material-ui/List/makeSelectable' {
2270 export import makeSelectable = __MaterialUI.List.makeSelectable;
2271 export default makeSelectable;
2272}
2273
2274declare module "material-ui/Menu" {
2275 export import Menu = __MaterialUI.Menus.Menu;
2276 export import MenuItem = __MaterialUI.Menus.MenuItem;
2277 export default Menu;
2278}
2279
2280declare module "material-ui/MenuItem" {
2281 export import MenuItem = __MaterialUI.Menus.MenuItem;
2282 export default MenuItem;
2283}
2284
2285declare module 'material-ui/Paper' {
2286 export import Paper = __MaterialUI.Paper;
2287 export default Paper;
2288}
2289
2290declare module 'material-ui/Popover' {
2291 export import Popover = __MaterialUI.Popover.Popover;
2292 export import PopoverAnimationVertical = __MaterialUI.Popover.PopoverAnimationVertical;
2293 export default Popover;
2294}
2295
2296declare module 'material-ui/Popover/Popover' {
2297 export import Popover = __MaterialUI.Popover.Popover;
2298 export default Popover;
2299}
2300
2301declare module 'material-ui/Popover/PopoverAnimationDefault' {
2302 export import PopoverAnimationDefault = __MaterialUI.Popover.PopoverAnimationDefault;
2303 export default PopoverAnimationDefault;
2304}
2305
2306declare module 'material-ui/Popover/PopoverAnimationVertical' {
2307 export import PopoverAnimationVertical = __MaterialUI.Popover.PopoverAnimationVertical;
2308 export default PopoverAnimationVertical;
2309}
2310
2311declare module 'material-ui/RadioButton' {
2312 export import RadioButton = __MaterialUI.Switches.RadioButton;
2313 export import RadioButtonGroup = __MaterialUI.Switches.RadioButtonGroup;
2314 export default RadioButton;
2315}
2316
2317declare module 'material-ui/RadioButton/RadioButtonGroup' {
2318 export import RadioButtonGroup = __MaterialUI.Switches.RadioButtonGroup;
2319 export default RadioButtonGroup;
2320}
2321
2322declare module 'material-ui/RaisedButton' {
2323 export import RaisedButton = __MaterialUI.RaisedButton;
2324 export default RaisedButton;
2325}
2326
2327declare module 'material-ui/RefreshIndicator' {
2328 export import RefreshIndicator = __MaterialUI.RefreshIndicator;
2329 export default RefreshIndicator;
2330}
2331
2332declare module 'material-ui/SelectField' {
2333 export import SelectField = __MaterialUI.SelectField;
2334 export default SelectField;
2335}
2336
2337declare module 'material-ui/Slider' {
2338 export import Slider = __MaterialUI.Slider;
2339 export default Slider;
2340}
2341
2342declare module 'material-ui/Snackbar' {
2343 export import Snackbar = __MaterialUI.Snackbar;
2344 export default Snackbar;
2345}
2346
2347declare module 'material-ui/Stepper' {
2348 export import Step = __MaterialUI.Stepper.Step;
2349 export import StepButton = __MaterialUI.Stepper.StepButton;
2350 export import StepContent = __MaterialUI.Stepper.StepContent;
2351 export import StepLabel = __MaterialUI.Stepper.StepLabel;
2352 export import Stepper = __MaterialUI.Stepper.Stepper;
2353}
2354
2355declare module 'material-ui/Subheader' {
2356 export import Subheader = __MaterialUI.Subheader;
2357 export default Subheader;
2358}
2359
2360declare module 'material-ui/SvgIcon' {
2361 export import SvgIcon = __MaterialUI.SvgIcon;
2362 export default SvgIcon;
2363}
2364
2365// DO NOT EDIT
2366// This code is generated by scripts/material-ui/generate.js
2367// {{{
2368declare module 'material-ui/svg-icons/action/accessibility' {
2369 export import ActionAccessibility = __MaterialUI.SvgIcon;
2370 export default ActionAccessibility;
2371}
2372
2373declare module 'material-ui/svg-icons/action/accessible' {
2374 export import ActionAccessible = __MaterialUI.SvgIcon;
2375 export default ActionAccessible;
2376}
2377
2378declare module 'material-ui/svg-icons/action/account-balance' {
2379 export import ActionAccountBalance = __MaterialUI.SvgIcon;
2380 export default ActionAccountBalance;
2381}
2382
2383declare module 'material-ui/svg-icons/action/account-balance-wallet' {
2384 export import ActionAccountBalanceWallet = __MaterialUI.SvgIcon;
2385 export default ActionAccountBalanceWallet;
2386}
2387
2388declare module 'material-ui/svg-icons/action/account-box' {
2389 export import ActionAccountBox = __MaterialUI.SvgIcon;
2390 export default ActionAccountBox;
2391}
2392
2393declare module 'material-ui/svg-icons/action/account-circle' {
2394 export import ActionAccountCircle = __MaterialUI.SvgIcon;
2395 export default ActionAccountCircle;
2396}
2397
2398declare module 'material-ui/svg-icons/action/add-shopping-cart' {
2399 export import ActionAddShoppingCart = __MaterialUI.SvgIcon;
2400 export default ActionAddShoppingCart;
2401}
2402
2403declare module 'material-ui/svg-icons/action/alarm' {
2404 export import ActionAlarm = __MaterialUI.SvgIcon;
2405 export default ActionAlarm;
2406}
2407
2408declare module 'material-ui/svg-icons/action/alarm-add' {
2409 export import ActionAlarmAdd = __MaterialUI.SvgIcon;
2410 export default ActionAlarmAdd;
2411}
2412
2413declare module 'material-ui/svg-icons/action/alarm-off' {
2414 export import ActionAlarmOff = __MaterialUI.SvgIcon;
2415 export default ActionAlarmOff;
2416}
2417
2418declare module 'material-ui/svg-icons/action/alarm-on' {
2419 export import ActionAlarmOn = __MaterialUI.SvgIcon;
2420 export default ActionAlarmOn;
2421}
2422
2423declare module 'material-ui/svg-icons/action/all-out' {
2424 export import ActionAllOut = __MaterialUI.SvgIcon;
2425 export default ActionAllOut;
2426}
2427
2428declare module 'material-ui/svg-icons/action/android' {
2429 export import ActionAndroid = __MaterialUI.SvgIcon;
2430 export default ActionAndroid;
2431}
2432
2433declare module 'material-ui/svg-icons/action/announcement' {
2434 export import ActionAnnouncement = __MaterialUI.SvgIcon;
2435 export default ActionAnnouncement;
2436}
2437
2438declare module 'material-ui/svg-icons/action/aspect-ratio' {
2439 export import ActionAspectRatio = __MaterialUI.SvgIcon;
2440 export default ActionAspectRatio;
2441}
2442
2443declare module 'material-ui/svg-icons/action/assessment' {
2444 export import ActionAssessment = __MaterialUI.SvgIcon;
2445 export default ActionAssessment;
2446}
2447
2448declare module 'material-ui/svg-icons/action/assignment' {
2449 export import ActionAssignment = __MaterialUI.SvgIcon;
2450 export default ActionAssignment;
2451}
2452
2453declare module 'material-ui/svg-icons/action/assignment-ind' {
2454 export import ActionAssignmentInd = __MaterialUI.SvgIcon;
2455 export default ActionAssignmentInd;
2456}
2457
2458declare module 'material-ui/svg-icons/action/assignment-late' {
2459 export import ActionAssignmentLate = __MaterialUI.SvgIcon;
2460 export default ActionAssignmentLate;
2461}
2462
2463declare module 'material-ui/svg-icons/action/assignment-return' {
2464 export import ActionAssignmentReturn = __MaterialUI.SvgIcon;
2465 export default ActionAssignmentReturn;
2466}
2467
2468declare module 'material-ui/svg-icons/action/assignment-returned' {
2469 export import ActionAssignmentReturned = __MaterialUI.SvgIcon;
2470 export default ActionAssignmentReturned;
2471}
2472
2473declare module 'material-ui/svg-icons/action/assignment-turned-in' {
2474 export import ActionAssignmentTurnedIn = __MaterialUI.SvgIcon;
2475 export default ActionAssignmentTurnedIn;
2476}
2477
2478declare module 'material-ui/svg-icons/action/autorenew' {
2479 export import ActionAutorenew = __MaterialUI.SvgIcon;
2480 export default ActionAutorenew;
2481}
2482
2483declare module 'material-ui/svg-icons/action/backup' {
2484 export import ActionBackup = __MaterialUI.SvgIcon;
2485 export default ActionBackup;
2486}
2487
2488declare module 'material-ui/svg-icons/action/book' {
2489 export import ActionBook = __MaterialUI.SvgIcon;
2490 export default ActionBook;
2491}
2492
2493declare module 'material-ui/svg-icons/action/bookmark' {
2494 export import ActionBookmark = __MaterialUI.SvgIcon;
2495 export default ActionBookmark;
2496}
2497
2498declare module 'material-ui/svg-icons/action/bookmark-border' {
2499 export import ActionBookmarkBorder = __MaterialUI.SvgIcon;
2500 export default ActionBookmarkBorder;
2501}
2502
2503declare module 'material-ui/svg-icons/action/bug-report' {
2504 export import ActionBugReport = __MaterialUI.SvgIcon;
2505 export default ActionBugReport;
2506}
2507
2508declare module 'material-ui/svg-icons/action/build' {
2509 export import ActionBuild = __MaterialUI.SvgIcon;
2510 export default ActionBuild;
2511}
2512
2513declare module 'material-ui/svg-icons/action/cached' {
2514 export import ActionCached = __MaterialUI.SvgIcon;
2515 export default ActionCached;
2516}
2517
2518declare module 'material-ui/svg-icons/action/camera-enhance' {
2519 export import ActionCameraEnhance = __MaterialUI.SvgIcon;
2520 export default ActionCameraEnhance;
2521}
2522
2523declare module 'material-ui/svg-icons/action/card-giftcard' {
2524 export import ActionCardGiftcard = __MaterialUI.SvgIcon;
2525 export default ActionCardGiftcard;
2526}
2527
2528declare module 'material-ui/svg-icons/action/card-membership' {
2529 export import ActionCardMembership = __MaterialUI.SvgIcon;
2530 export default ActionCardMembership;
2531}
2532
2533declare module 'material-ui/svg-icons/action/card-travel' {
2534 export import ActionCardTravel = __MaterialUI.SvgIcon;
2535 export default ActionCardTravel;
2536}
2537
2538declare module 'material-ui/svg-icons/action/change-history' {
2539 export import ActionChangeHistory = __MaterialUI.SvgIcon;
2540 export default ActionChangeHistory;
2541}
2542
2543declare module 'material-ui/svg-icons/action/check-circle' {
2544 export import ActionCheckCircle = __MaterialUI.SvgIcon;
2545 export default ActionCheckCircle;
2546}
2547
2548declare module 'material-ui/svg-icons/action/chrome-reader-mode' {
2549 export import ActionChromeReaderMode = __MaterialUI.SvgIcon;
2550 export default ActionChromeReaderMode;
2551}
2552
2553declare module 'material-ui/svg-icons/action/class' {
2554 export import ActionClass = __MaterialUI.SvgIcon;
2555 export default ActionClass;
2556}
2557
2558declare module 'material-ui/svg-icons/action/code' {
2559 export import ActionCode = __MaterialUI.SvgIcon;
2560 export default ActionCode;
2561}
2562
2563declare module 'material-ui/svg-icons/action/compare-arrows' {
2564 export import ActionCompareArrows = __MaterialUI.SvgIcon;
2565 export default ActionCompareArrows;
2566}
2567
2568declare module 'material-ui/svg-icons/action/copyright' {
2569 export import ActionCopyright = __MaterialUI.SvgIcon;
2570 export default ActionCopyright;
2571}
2572
2573declare module 'material-ui/svg-icons/action/credit-card' {
2574 export import ActionCreditCard = __MaterialUI.SvgIcon;
2575 export default ActionCreditCard;
2576}
2577
2578declare module 'material-ui/svg-icons/action/dashboard' {
2579 export import ActionDashboard = __MaterialUI.SvgIcon;
2580 export default ActionDashboard;
2581}
2582
2583declare module 'material-ui/svg-icons/action/date-range' {
2584 export import ActionDateRange = __MaterialUI.SvgIcon;
2585 export default ActionDateRange;
2586}
2587
2588declare module 'material-ui/svg-icons/action/delete' {
2589 export import ActionDelete = __MaterialUI.SvgIcon;
2590 export default ActionDelete;
2591}
2592
2593declare module 'material-ui/svg-icons/action/delete-forever' {
2594 export import ActionDeleteForever = __MaterialUI.SvgIcon;
2595 export default ActionDeleteForever;
2596}
2597
2598declare module 'material-ui/svg-icons/action/description' {
2599 export import ActionDescription = __MaterialUI.SvgIcon;
2600 export default ActionDescription;
2601}
2602
2603declare module 'material-ui/svg-icons/action/dns' {
2604 export import ActionDns = __MaterialUI.SvgIcon;
2605 export default ActionDns;
2606}
2607
2608declare module 'material-ui/svg-icons/action/done' {
2609 export import ActionDone = __MaterialUI.SvgIcon;
2610 export default ActionDone;
2611}
2612
2613declare module 'material-ui/svg-icons/action/done-all' {
2614 export import ActionDoneAll = __MaterialUI.SvgIcon;
2615 export default ActionDoneAll;
2616}
2617
2618declare module 'material-ui/svg-icons/action/donut-large' {
2619 export import ActionDonutLarge = __MaterialUI.SvgIcon;
2620 export default ActionDonutLarge;
2621}
2622
2623declare module 'material-ui/svg-icons/action/donut-small' {
2624 export import ActionDonutSmall = __MaterialUI.SvgIcon;
2625 export default ActionDonutSmall;
2626}
2627
2628declare module 'material-ui/svg-icons/action/eject' {
2629 export import ActionEject = __MaterialUI.SvgIcon;
2630 export default ActionEject;
2631}
2632
2633declare module 'material-ui/svg-icons/action/euro-symbol' {
2634 export import ActionEuroSymbol = __MaterialUI.SvgIcon;
2635 export default ActionEuroSymbol;
2636}
2637
2638declare module 'material-ui/svg-icons/action/event' {
2639 export import ActionEvent = __MaterialUI.SvgIcon;
2640 export default ActionEvent;
2641}
2642
2643declare module 'material-ui/svg-icons/action/event-seat' {
2644 export import ActionEventSeat = __MaterialUI.SvgIcon;
2645 export default ActionEventSeat;
2646}
2647
2648declare module 'material-ui/svg-icons/action/exit-to-app' {
2649 export import ActionExitToApp = __MaterialUI.SvgIcon;
2650 export default ActionExitToApp;
2651}
2652
2653declare module 'material-ui/svg-icons/action/explore' {
2654 export import ActionExplore = __MaterialUI.SvgIcon;
2655 export default ActionExplore;
2656}
2657
2658declare module 'material-ui/svg-icons/action/extension' {
2659 export import ActionExtension = __MaterialUI.SvgIcon;
2660 export default ActionExtension;
2661}
2662
2663declare module 'material-ui/svg-icons/action/face' {
2664 export import ActionFace = __MaterialUI.SvgIcon;
2665 export default ActionFace;
2666}
2667
2668declare module 'material-ui/svg-icons/action/favorite' {
2669 export import ActionFavorite = __MaterialUI.SvgIcon;
2670 export default ActionFavorite;
2671}
2672
2673declare module 'material-ui/svg-icons/action/favorite-border' {
2674 export import ActionFavoriteBorder = __MaterialUI.SvgIcon;
2675 export default ActionFavoriteBorder;
2676}
2677
2678declare module 'material-ui/svg-icons/action/feedback' {
2679 export import ActionFeedback = __MaterialUI.SvgIcon;
2680 export default ActionFeedback;
2681}
2682
2683declare module 'material-ui/svg-icons/action/find-in-page' {
2684 export import ActionFindInPage = __MaterialUI.SvgIcon;
2685 export default ActionFindInPage;
2686}
2687
2688declare module 'material-ui/svg-icons/action/find-replace' {
2689 export import ActionFindReplace = __MaterialUI.SvgIcon;
2690 export default ActionFindReplace;
2691}
2692
2693declare module 'material-ui/svg-icons/action/fingerprint' {
2694 export import ActionFingerprint = __MaterialUI.SvgIcon;
2695 export default ActionFingerprint;
2696}
2697
2698declare module 'material-ui/svg-icons/action/flight-land' {
2699 export import ActionFlightLand = __MaterialUI.SvgIcon;
2700 export default ActionFlightLand;
2701}
2702
2703declare module 'material-ui/svg-icons/action/flight-takeoff' {
2704 export import ActionFlightTakeoff = __MaterialUI.SvgIcon;
2705 export default ActionFlightTakeoff;
2706}
2707
2708declare module 'material-ui/svg-icons/action/flip-to-back' {
2709 export import ActionFlipToBack = __MaterialUI.SvgIcon;
2710 export default ActionFlipToBack;
2711}
2712
2713declare module 'material-ui/svg-icons/action/flip-to-front' {
2714 export import ActionFlipToFront = __MaterialUI.SvgIcon;
2715 export default ActionFlipToFront;
2716}
2717
2718declare module 'material-ui/svg-icons/action/g-translate' {
2719 export import ActionGTranslate = __MaterialUI.SvgIcon;
2720 export default ActionGTranslate;
2721}
2722
2723declare module 'material-ui/svg-icons/action/gavel' {
2724 export import ActionGavel = __MaterialUI.SvgIcon;
2725 export default ActionGavel;
2726}
2727
2728declare module 'material-ui/svg-icons/action/get-app' {
2729 export import ActionGetApp = __MaterialUI.SvgIcon;
2730 export default ActionGetApp;
2731}
2732
2733declare module 'material-ui/svg-icons/action/gif' {
2734 export import ActionGif = __MaterialUI.SvgIcon;
2735 export default ActionGif;
2736}
2737
2738declare module 'material-ui/svg-icons/action/grade' {
2739 export import ActionGrade = __MaterialUI.SvgIcon;
2740 export default ActionGrade;
2741}
2742
2743declare module 'material-ui/svg-icons/action/group-work' {
2744 export import ActionGroupWork = __MaterialUI.SvgIcon;
2745 export default ActionGroupWork;
2746}
2747
2748declare module 'material-ui/svg-icons/action/help' {
2749 export import ActionHelp = __MaterialUI.SvgIcon;
2750 export default ActionHelp;
2751}
2752
2753declare module 'material-ui/svg-icons/action/help-outline' {
2754 export import ActionHelpOutline = __MaterialUI.SvgIcon;
2755 export default ActionHelpOutline;
2756}
2757
2758declare module 'material-ui/svg-icons/action/highlight-off' {
2759 export import ActionHighlightOff = __MaterialUI.SvgIcon;
2760 export default ActionHighlightOff;
2761}
2762
2763declare module 'material-ui/svg-icons/action/history' {
2764 export import ActionHistory = __MaterialUI.SvgIcon;
2765 export default ActionHistory;
2766}
2767
2768declare module 'material-ui/svg-icons/action/home' {
2769 export import ActionHome = __MaterialUI.SvgIcon;
2770 export default ActionHome;
2771}
2772
2773declare module 'material-ui/svg-icons/action/hourglass-empty' {
2774 export import ActionHourglassEmpty = __MaterialUI.SvgIcon;
2775 export default ActionHourglassEmpty;
2776}
2777
2778declare module 'material-ui/svg-icons/action/hourglass-full' {
2779 export import ActionHourglassFull = __MaterialUI.SvgIcon;
2780 export default ActionHourglassFull;
2781}
2782
2783declare module 'material-ui/svg-icons/action/http' {
2784 export import ActionHttp = __MaterialUI.SvgIcon;
2785 export default ActionHttp;
2786}
2787
2788declare module 'material-ui/svg-icons/action/https' {
2789 export import ActionHttps = __MaterialUI.SvgIcon;
2790 export default ActionHttps;
2791}
2792
2793declare module 'material-ui/svg-icons/action/important-devices' {
2794 export import ActionImportantDevices = __MaterialUI.SvgIcon;
2795 export default ActionImportantDevices;
2796}
2797
2798declare module 'material-ui/svg-icons/action/info' {
2799 export import ActionInfo = __MaterialUI.SvgIcon;
2800 export default ActionInfo;
2801}
2802
2803declare module 'material-ui/svg-icons/action/info-outline' {
2804 export import ActionInfoOutline = __MaterialUI.SvgIcon;
2805 export default ActionInfoOutline;
2806}
2807
2808declare module 'material-ui/svg-icons/action/input' {
2809 export import ActionInput = __MaterialUI.SvgIcon;
2810 export default ActionInput;
2811}
2812
2813declare module 'material-ui/svg-icons/action/invert-colors' {
2814 export import ActionInvertColors = __MaterialUI.SvgIcon;
2815 export default ActionInvertColors;
2816}
2817
2818declare module 'material-ui/svg-icons/action/label' {
2819 export import ActionLabel = __MaterialUI.SvgIcon;
2820 export default ActionLabel;
2821}
2822
2823declare module 'material-ui/svg-icons/action/label-outline' {
2824 export import ActionLabelOutline = __MaterialUI.SvgIcon;
2825 export default ActionLabelOutline;
2826}
2827
2828declare module 'material-ui/svg-icons/action/language' {
2829 export import ActionLanguage = __MaterialUI.SvgIcon;
2830 export default ActionLanguage;
2831}
2832
2833declare module 'material-ui/svg-icons/action/launch' {
2834 export import ActionLaunch = __MaterialUI.SvgIcon;
2835 export default ActionLaunch;
2836}
2837
2838declare module 'material-ui/svg-icons/action/lightbulb-outline' {
2839 export import ActionLightbulbOutline = __MaterialUI.SvgIcon;
2840 export default ActionLightbulbOutline;
2841}
2842
2843declare module 'material-ui/svg-icons/action/line-style' {
2844 export import ActionLineStyle = __MaterialUI.SvgIcon;
2845 export default ActionLineStyle;
2846}
2847
2848declare module 'material-ui/svg-icons/action/line-weight' {
2849 export import ActionLineWeight = __MaterialUI.SvgIcon;
2850 export default ActionLineWeight;
2851}
2852
2853declare module 'material-ui/svg-icons/action/list' {
2854 export import ActionList = __MaterialUI.SvgIcon;
2855 export default ActionList;
2856}
2857
2858declare module 'material-ui/svg-icons/action/lock' {
2859 export import ActionLock = __MaterialUI.SvgIcon;
2860 export default ActionLock;
2861}
2862
2863declare module 'material-ui/svg-icons/action/lock-open' {
2864 export import ActionLockOpen = __MaterialUI.SvgIcon;
2865 export default ActionLockOpen;
2866}
2867
2868declare module 'material-ui/svg-icons/action/lock-outline' {
2869 export import ActionLockOutline = __MaterialUI.SvgIcon;
2870 export default ActionLockOutline;
2871}
2872
2873declare module 'material-ui/svg-icons/action/loyalty' {
2874 export import ActionLoyalty = __MaterialUI.SvgIcon;
2875 export default ActionLoyalty;
2876}
2877
2878declare module 'material-ui/svg-icons/action/markunread-mailbox' {
2879 export import ActionMarkunreadMailbox = __MaterialUI.SvgIcon;
2880 export default ActionMarkunreadMailbox;
2881}
2882
2883declare module 'material-ui/svg-icons/action/motorcycle' {
2884 export import ActionMotorcycle = __MaterialUI.SvgIcon;
2885 export default ActionMotorcycle;
2886}
2887
2888declare module 'material-ui/svg-icons/action/note-add' {
2889 export import ActionNoteAdd = __MaterialUI.SvgIcon;
2890 export default ActionNoteAdd;
2891}
2892
2893declare module 'material-ui/svg-icons/action/offline-pin' {
2894 export import ActionOfflinePin = __MaterialUI.SvgIcon;
2895 export default ActionOfflinePin;
2896}
2897
2898declare module 'material-ui/svg-icons/action/opacity' {
2899 export import ActionOpacity = __MaterialUI.SvgIcon;
2900 export default ActionOpacity;
2901}
2902
2903declare module 'material-ui/svg-icons/action/open-in-browser' {
2904 export import ActionOpenInBrowser = __MaterialUI.SvgIcon;
2905 export default ActionOpenInBrowser;
2906}
2907
2908declare module 'material-ui/svg-icons/action/open-in-new' {
2909 export import ActionOpenInNew = __MaterialUI.SvgIcon;
2910 export default ActionOpenInNew;
2911}
2912
2913declare module 'material-ui/svg-icons/action/open-with' {
2914 export import ActionOpenWith = __MaterialUI.SvgIcon;
2915 export default ActionOpenWith;
2916}
2917
2918declare module 'material-ui/svg-icons/action/pageview' {
2919 export import ActionPageview = __MaterialUI.SvgIcon;
2920 export default ActionPageview;
2921}
2922
2923declare module 'material-ui/svg-icons/action/pan-tool' {
2924 export import ActionPanTool = __MaterialUI.SvgIcon;
2925 export default ActionPanTool;
2926}
2927
2928declare module 'material-ui/svg-icons/action/payment' {
2929 export import ActionPayment = __MaterialUI.SvgIcon;
2930 export default ActionPayment;
2931}
2932
2933declare module 'material-ui/svg-icons/action/perm-camera-mic' {
2934 export import ActionPermCameraMic = __MaterialUI.SvgIcon;
2935 export default ActionPermCameraMic;
2936}
2937
2938declare module 'material-ui/svg-icons/action/perm-contact-calendar' {
2939 export import ActionPermContactCalendar = __MaterialUI.SvgIcon;
2940 export default ActionPermContactCalendar;
2941}
2942
2943declare module 'material-ui/svg-icons/action/perm-data-setting' {
2944 export import ActionPermDataSetting = __MaterialUI.SvgIcon;
2945 export default ActionPermDataSetting;
2946}
2947
2948declare module 'material-ui/svg-icons/action/perm-device-information' {
2949 export import ActionPermDeviceInformation = __MaterialUI.SvgIcon;
2950 export default ActionPermDeviceInformation;
2951}
2952
2953declare module 'material-ui/svg-icons/action/perm-identity' {
2954 export import ActionPermIdentity = __MaterialUI.SvgIcon;
2955 export default ActionPermIdentity;
2956}
2957
2958declare module 'material-ui/svg-icons/action/perm-media' {
2959 export import ActionPermMedia = __MaterialUI.SvgIcon;
2960 export default ActionPermMedia;
2961}
2962
2963declare module 'material-ui/svg-icons/action/perm-phone-msg' {
2964 export import ActionPermPhoneMsg = __MaterialUI.SvgIcon;
2965 export default ActionPermPhoneMsg;
2966}
2967
2968declare module 'material-ui/svg-icons/action/perm-scan-wifi' {
2969 export import ActionPermScanWifi = __MaterialUI.SvgIcon;
2970 export default ActionPermScanWifi;
2971}
2972
2973declare module 'material-ui/svg-icons/action/pets' {
2974 export import ActionPets = __MaterialUI.SvgIcon;
2975 export default ActionPets;
2976}
2977
2978declare module 'material-ui/svg-icons/action/picture-in-picture' {
2979 export import ActionPictureInPicture = __MaterialUI.SvgIcon;
2980 export default ActionPictureInPicture;
2981}
2982
2983declare module 'material-ui/svg-icons/action/picture-in-picture-alt' {
2984 export import ActionPictureInPictureAlt = __MaterialUI.SvgIcon;
2985 export default ActionPictureInPictureAlt;
2986}
2987
2988declare module 'material-ui/svg-icons/action/play-for-work' {
2989 export import ActionPlayForWork = __MaterialUI.SvgIcon;
2990 export default ActionPlayForWork;
2991}
2992
2993declare module 'material-ui/svg-icons/action/polymer' {
2994 export import ActionPolymer = __MaterialUI.SvgIcon;
2995 export default ActionPolymer;
2996}
2997
2998declare module 'material-ui/svg-icons/action/power-settings-new' {
2999 export import ActionPowerSettingsNew = __MaterialUI.SvgIcon;
3000 export default ActionPowerSettingsNew;
3001}
3002
3003declare module 'material-ui/svg-icons/action/pregnant-woman' {
3004 export import ActionPregnantWoman = __MaterialUI.SvgIcon;
3005 export default ActionPregnantWoman;
3006}
3007
3008declare module 'material-ui/svg-icons/action/print' {
3009 export import ActionPrint = __MaterialUI.SvgIcon;
3010 export default ActionPrint;
3011}
3012
3013declare module 'material-ui/svg-icons/action/query-builder' {
3014 export import ActionQueryBuilder = __MaterialUI.SvgIcon;
3015 export default ActionQueryBuilder;
3016}
3017
3018declare module 'material-ui/svg-icons/action/question-answer' {
3019 export import ActionQuestionAnswer = __MaterialUI.SvgIcon;
3020 export default ActionQuestionAnswer;
3021}
3022
3023declare module 'material-ui/svg-icons/action/receipt' {
3024 export import ActionReceipt = __MaterialUI.SvgIcon;
3025 export default ActionReceipt;
3026}
3027
3028declare module 'material-ui/svg-icons/action/record-voice-over' {
3029 export import ActionRecordVoiceOver = __MaterialUI.SvgIcon;
3030 export default ActionRecordVoiceOver;
3031}
3032
3033declare module 'material-ui/svg-icons/action/redeem' {
3034 export import ActionRedeem = __MaterialUI.SvgIcon;
3035 export default ActionRedeem;
3036}
3037
3038declare module 'material-ui/svg-icons/action/remove-shopping-cart' {
3039 export import ActionRemoveShoppingCart = __MaterialUI.SvgIcon;
3040 export default ActionRemoveShoppingCart;
3041}
3042
3043declare module 'material-ui/svg-icons/action/reorder' {
3044 export import ActionReorder = __MaterialUI.SvgIcon;
3045 export default ActionReorder;
3046}
3047
3048declare module 'material-ui/svg-icons/action/report-problem' {
3049 export import ActionReportProblem = __MaterialUI.SvgIcon;
3050 export default ActionReportProblem;
3051}
3052
3053declare module 'material-ui/svg-icons/action/restore' {
3054 export import ActionRestore = __MaterialUI.SvgIcon;
3055 export default ActionRestore;
3056}
3057
3058declare module 'material-ui/svg-icons/action/restore-page' {
3059 export import ActionRestorePage = __MaterialUI.SvgIcon;
3060 export default ActionRestorePage;
3061}
3062
3063declare module 'material-ui/svg-icons/action/room' {
3064 export import ActionRoom = __MaterialUI.SvgIcon;
3065 export default ActionRoom;
3066}
3067
3068declare module 'material-ui/svg-icons/action/rounded-corner' {
3069 export import ActionRoundedCorner = __MaterialUI.SvgIcon;
3070 export default ActionRoundedCorner;
3071}
3072
3073declare module 'material-ui/svg-icons/action/rowing' {
3074 export import ActionRowing = __MaterialUI.SvgIcon;
3075 export default ActionRowing;
3076}
3077
3078declare module 'material-ui/svg-icons/action/schedule' {
3079 export import ActionSchedule = __MaterialUI.SvgIcon;
3080 export default ActionSchedule;
3081}
3082
3083declare module 'material-ui/svg-icons/action/search' {
3084 export import ActionSearch = __MaterialUI.SvgIcon;
3085 export default ActionSearch;
3086}
3087
3088declare module 'material-ui/svg-icons/action/settings' {
3089 export import ActionSettings = __MaterialUI.SvgIcon;
3090 export default ActionSettings;
3091}
3092
3093declare module 'material-ui/svg-icons/action/settings-applications' {
3094 export import ActionSettingsApplications = __MaterialUI.SvgIcon;
3095 export default ActionSettingsApplications;
3096}
3097
3098declare module 'material-ui/svg-icons/action/settings-backup-restore' {
3099 export import ActionSettingsBackupRestore = __MaterialUI.SvgIcon;
3100 export default ActionSettingsBackupRestore;
3101}
3102
3103declare module 'material-ui/svg-icons/action/settings-bluetooth' {
3104 export import ActionSettingsBluetooth = __MaterialUI.SvgIcon;
3105 export default ActionSettingsBluetooth;
3106}
3107
3108declare module 'material-ui/svg-icons/action/settings-brightness' {
3109 export import ActionSettingsBrightness = __MaterialUI.SvgIcon;
3110 export default ActionSettingsBrightness;
3111}
3112
3113declare module 'material-ui/svg-icons/action/settings-cell' {
3114 export import ActionSettingsCell = __MaterialUI.SvgIcon;
3115 export default ActionSettingsCell;
3116}
3117
3118declare module 'material-ui/svg-icons/action/settings-ethernet' {
3119 export import ActionSettingsEthernet = __MaterialUI.SvgIcon;
3120 export default ActionSettingsEthernet;
3121}
3122
3123declare module 'material-ui/svg-icons/action/settings-input-antenna' {
3124 export import ActionSettingsInputAntenna = __MaterialUI.SvgIcon;
3125 export default ActionSettingsInputAntenna;
3126}
3127
3128declare module 'material-ui/svg-icons/action/settings-input-component' {
3129 export import ActionSettingsInputComponent = __MaterialUI.SvgIcon;
3130 export default ActionSettingsInputComponent;
3131}
3132
3133declare module 'material-ui/svg-icons/action/settings-input-composite' {
3134 export import ActionSettingsInputComposite = __MaterialUI.SvgIcon;
3135 export default ActionSettingsInputComposite;
3136}
3137
3138declare module 'material-ui/svg-icons/action/settings-input-hdmi' {
3139 export import ActionSettingsInputHdmi = __MaterialUI.SvgIcon;
3140 export default ActionSettingsInputHdmi;
3141}
3142
3143declare module 'material-ui/svg-icons/action/settings-input-svideo' {
3144 export import ActionSettingsInputSvideo = __MaterialUI.SvgIcon;
3145 export default ActionSettingsInputSvideo;
3146}
3147
3148declare module 'material-ui/svg-icons/action/settings-overscan' {
3149 export import ActionSettingsOverscan = __MaterialUI.SvgIcon;
3150 export default ActionSettingsOverscan;
3151}
3152
3153declare module 'material-ui/svg-icons/action/settings-phone' {
3154 export import ActionSettingsPhone = __MaterialUI.SvgIcon;
3155 export default ActionSettingsPhone;
3156}
3157
3158declare module 'material-ui/svg-icons/action/settings-power' {
3159 export import ActionSettingsPower = __MaterialUI.SvgIcon;
3160 export default ActionSettingsPower;
3161}
3162
3163declare module 'material-ui/svg-icons/action/settings-remote' {
3164 export import ActionSettingsRemote = __MaterialUI.SvgIcon;
3165 export default ActionSettingsRemote;
3166}
3167
3168declare module 'material-ui/svg-icons/action/settings-voice' {
3169 export import ActionSettingsVoice = __MaterialUI.SvgIcon;
3170 export default ActionSettingsVoice;
3171}
3172
3173declare module 'material-ui/svg-icons/action/shop' {
3174 export import ActionShop = __MaterialUI.SvgIcon;
3175 export default ActionShop;
3176}
3177
3178declare module 'material-ui/svg-icons/action/shop-two' {
3179 export import ActionShopTwo = __MaterialUI.SvgIcon;
3180 export default ActionShopTwo;
3181}
3182
3183declare module 'material-ui/svg-icons/action/shopping-basket' {
3184 export import ActionShoppingBasket = __MaterialUI.SvgIcon;
3185 export default ActionShoppingBasket;
3186}
3187
3188declare module 'material-ui/svg-icons/action/shopping-cart' {
3189 export import ActionShoppingCart = __MaterialUI.SvgIcon;
3190 export default ActionShoppingCart;
3191}
3192
3193declare module 'material-ui/svg-icons/action/speaker-notes' {
3194 export import ActionSpeakerNotes = __MaterialUI.SvgIcon;
3195 export default ActionSpeakerNotes;
3196}
3197
3198declare module 'material-ui/svg-icons/action/speaker-notes-off' {
3199 export import ActionSpeakerNotesOff = __MaterialUI.SvgIcon;
3200 export default ActionSpeakerNotesOff;
3201}
3202
3203declare module 'material-ui/svg-icons/action/spellcheck' {
3204 export import ActionSpellcheck = __MaterialUI.SvgIcon;
3205 export default ActionSpellcheck;
3206}
3207
3208declare module 'material-ui/svg-icons/action/stars' {
3209 export import ActionStars = __MaterialUI.SvgIcon;
3210 export default ActionStars;
3211}
3212
3213declare module 'material-ui/svg-icons/action/store' {
3214 export import ActionStore = __MaterialUI.SvgIcon;
3215 export default ActionStore;
3216}
3217
3218declare module 'material-ui/svg-icons/action/subject' {
3219 export import ActionSubject = __MaterialUI.SvgIcon;
3220 export default ActionSubject;
3221}
3222
3223declare module 'material-ui/svg-icons/action/supervisor-account' {
3224 export import ActionSupervisorAccount = __MaterialUI.SvgIcon;
3225 export default ActionSupervisorAccount;
3226}
3227
3228declare module 'material-ui/svg-icons/action/swap-horiz' {
3229 export import ActionSwapHoriz = __MaterialUI.SvgIcon;
3230 export default ActionSwapHoriz;
3231}
3232
3233declare module 'material-ui/svg-icons/action/swap-vert' {
3234 export import ActionSwapVert = __MaterialUI.SvgIcon;
3235 export default ActionSwapVert;
3236}
3237
3238declare module 'material-ui/svg-icons/action/swap-vertical-circle' {
3239 export import ActionSwapVerticalCircle = __MaterialUI.SvgIcon;
3240 export default ActionSwapVerticalCircle;
3241}
3242
3243declare module 'material-ui/svg-icons/action/system-update-alt' {
3244 export import ActionSystemUpdateAlt = __MaterialUI.SvgIcon;
3245 export default ActionSystemUpdateAlt;
3246}
3247
3248declare module 'material-ui/svg-icons/action/tab' {
3249 export import ActionTab = __MaterialUI.SvgIcon;
3250 export default ActionTab;
3251}
3252
3253declare module 'material-ui/svg-icons/action/tab-unselected' {
3254 export import ActionTabUnselected = __MaterialUI.SvgIcon;
3255 export default ActionTabUnselected;
3256}
3257
3258declare module 'material-ui/svg-icons/action/theaters' {
3259 export import ActionTheaters = __MaterialUI.SvgIcon;
3260 export default ActionTheaters;
3261}
3262
3263declare module 'material-ui/svg-icons/action/three-d-rotation' {
3264 export import ActionThreeDRotation = __MaterialUI.SvgIcon;
3265 export default ActionThreeDRotation;
3266}
3267
3268declare module 'material-ui/svg-icons/action/thumb-down' {
3269 export import ActionThumbDown = __MaterialUI.SvgIcon;
3270 export default ActionThumbDown;
3271}
3272
3273declare module 'material-ui/svg-icons/action/thumb-up' {
3274 export import ActionThumbUp = __MaterialUI.SvgIcon;
3275 export default ActionThumbUp;
3276}
3277
3278declare module 'material-ui/svg-icons/action/thumbs-up-down' {
3279 export import ActionThumbsUpDown = __MaterialUI.SvgIcon;
3280 export default ActionThumbsUpDown;
3281}
3282
3283declare module 'material-ui/svg-icons/action/timeline' {
3284 export import ActionTimeline = __MaterialUI.SvgIcon;
3285 export default ActionTimeline;
3286}
3287
3288declare module 'material-ui/svg-icons/action/toc' {
3289 export import ActionToc = __MaterialUI.SvgIcon;
3290 export default ActionToc;
3291}
3292
3293declare module 'material-ui/svg-icons/action/today' {
3294 export import ActionToday = __MaterialUI.SvgIcon;
3295 export default ActionToday;
3296}
3297
3298declare module 'material-ui/svg-icons/action/toll' {
3299 export import ActionToll = __MaterialUI.SvgIcon;
3300 export default ActionToll;
3301}
3302
3303declare module 'material-ui/svg-icons/action/touch-app' {
3304 export import ActionTouchApp = __MaterialUI.SvgIcon;
3305 export default ActionTouchApp;
3306}
3307
3308declare module 'material-ui/svg-icons/action/track-changes' {
3309 export import ActionTrackChanges = __MaterialUI.SvgIcon;
3310 export default ActionTrackChanges;
3311}
3312
3313declare module 'material-ui/svg-icons/action/translate' {
3314 export import ActionTranslate = __MaterialUI.SvgIcon;
3315 export default ActionTranslate;
3316}
3317
3318declare module 'material-ui/svg-icons/action/trending-down' {
3319 export import ActionTrendingDown = __MaterialUI.SvgIcon;
3320 export default ActionTrendingDown;
3321}
3322
3323declare module 'material-ui/svg-icons/action/trending-flat' {
3324 export import ActionTrendingFlat = __MaterialUI.SvgIcon;
3325 export default ActionTrendingFlat;
3326}
3327
3328declare module 'material-ui/svg-icons/action/trending-up' {
3329 export import ActionTrendingUp = __MaterialUI.SvgIcon;
3330 export default ActionTrendingUp;
3331}
3332
3333declare module 'material-ui/svg-icons/action/turned-in' {
3334 export import ActionTurnedIn = __MaterialUI.SvgIcon;
3335 export default ActionTurnedIn;
3336}
3337
3338declare module 'material-ui/svg-icons/action/turned-in-not' {
3339 export import ActionTurnedInNot = __MaterialUI.SvgIcon;
3340 export default ActionTurnedInNot;
3341}
3342
3343declare module 'material-ui/svg-icons/action/update' {
3344 export import ActionUpdate = __MaterialUI.SvgIcon;
3345 export default ActionUpdate;
3346}
3347
3348declare module 'material-ui/svg-icons/action/verified-user' {
3349 export import ActionVerifiedUser = __MaterialUI.SvgIcon;
3350 export default ActionVerifiedUser;
3351}
3352
3353declare module 'material-ui/svg-icons/action/view-agenda' {
3354 export import ActionViewAgenda = __MaterialUI.SvgIcon;
3355 export default ActionViewAgenda;
3356}
3357
3358declare module 'material-ui/svg-icons/action/view-array' {
3359 export import ActionViewArray = __MaterialUI.SvgIcon;
3360 export default ActionViewArray;
3361}
3362
3363declare module 'material-ui/svg-icons/action/view-carousel' {
3364 export import ActionViewCarousel = __MaterialUI.SvgIcon;
3365 export default ActionViewCarousel;
3366}
3367
3368declare module 'material-ui/svg-icons/action/view-column' {
3369 export import ActionViewColumn = __MaterialUI.SvgIcon;
3370 export default ActionViewColumn;
3371}
3372
3373declare module 'material-ui/svg-icons/action/view-day' {
3374 export import ActionViewDay = __MaterialUI.SvgIcon;
3375 export default ActionViewDay;
3376}
3377
3378declare module 'material-ui/svg-icons/action/view-headline' {
3379 export import ActionViewHeadline = __MaterialUI.SvgIcon;
3380 export default ActionViewHeadline;
3381}
3382
3383declare module 'material-ui/svg-icons/action/view-list' {
3384 export import ActionViewList = __MaterialUI.SvgIcon;
3385 export default ActionViewList;
3386}
3387
3388declare module 'material-ui/svg-icons/action/view-module' {
3389 export import ActionViewModule = __MaterialUI.SvgIcon;
3390 export default ActionViewModule;
3391}
3392
3393declare module 'material-ui/svg-icons/action/view-quilt' {
3394 export import ActionViewQuilt = __MaterialUI.SvgIcon;
3395 export default ActionViewQuilt;
3396}
3397
3398declare module 'material-ui/svg-icons/action/view-stream' {
3399 export import ActionViewStream = __MaterialUI.SvgIcon;
3400 export default ActionViewStream;
3401}
3402
3403declare module 'material-ui/svg-icons/action/view-week' {
3404 export import ActionViewWeek = __MaterialUI.SvgIcon;
3405 export default ActionViewWeek;
3406}
3407
3408declare module 'material-ui/svg-icons/action/visibility' {
3409 export import ActionVisibility = __MaterialUI.SvgIcon;
3410 export default ActionVisibility;
3411}
3412
3413declare module 'material-ui/svg-icons/action/visibility-off' {
3414 export import ActionVisibilityOff = __MaterialUI.SvgIcon;
3415 export default ActionVisibilityOff;
3416}
3417
3418declare module 'material-ui/svg-icons/action/watch-later' {
3419 export import ActionWatchLater = __MaterialUI.SvgIcon;
3420 export default ActionWatchLater;
3421}
3422
3423declare module 'material-ui/svg-icons/action/work' {
3424 export import ActionWork = __MaterialUI.SvgIcon;
3425 export default ActionWork;
3426}
3427
3428declare module 'material-ui/svg-icons/action/youtube-searched-for' {
3429 export import ActionYoutubeSearchedFor = __MaterialUI.SvgIcon;
3430 export default ActionYoutubeSearchedFor;
3431}
3432
3433declare module 'material-ui/svg-icons/action/zoom-in' {
3434 export import ActionZoomIn = __MaterialUI.SvgIcon;
3435 export default ActionZoomIn;
3436}
3437
3438declare module 'material-ui/svg-icons/action/zoom-out' {
3439 export import ActionZoomOut = __MaterialUI.SvgIcon;
3440 export default ActionZoomOut;
3441}
3442
3443declare module 'material-ui/svg-icons/alert/add-alert' {
3444 export import AlertAddAlert = __MaterialUI.SvgIcon;
3445 export default AlertAddAlert;
3446}
3447
3448declare module 'material-ui/svg-icons/alert/error' {
3449 export import AlertError = __MaterialUI.SvgIcon;
3450 export default AlertError;
3451}
3452
3453declare module 'material-ui/svg-icons/alert/error-outline' {
3454 export import AlertErrorOutline = __MaterialUI.SvgIcon;
3455 export default AlertErrorOutline;
3456}
3457
3458declare module 'material-ui/svg-icons/alert/warning' {
3459 export import AlertWarning = __MaterialUI.SvgIcon;
3460 export default AlertWarning;
3461}
3462
3463declare module 'material-ui/svg-icons/av/add-to-queue' {
3464 export import AvAddToQueue = __MaterialUI.SvgIcon;
3465 export default AvAddToQueue;
3466}
3467
3468declare module 'material-ui/svg-icons/av/airplay' {
3469 export import AvAirplay = __MaterialUI.SvgIcon;
3470 export default AvAirplay;
3471}
3472
3473declare module 'material-ui/svg-icons/av/album' {
3474 export import AvAlbum = __MaterialUI.SvgIcon;
3475 export default AvAlbum;
3476}
3477
3478declare module 'material-ui/svg-icons/av/art-track' {
3479 export import AvArtTrack = __MaterialUI.SvgIcon;
3480 export default AvArtTrack;
3481}
3482
3483declare module 'material-ui/svg-icons/av/av-timer' {
3484 export import AvAvTimer = __MaterialUI.SvgIcon;
3485 export default AvAvTimer;
3486}
3487
3488declare module 'material-ui/svg-icons/av/branding-watermark' {
3489 export import AvBrandingWatermark = __MaterialUI.SvgIcon;
3490 export default AvBrandingWatermark;
3491}
3492
3493declare module 'material-ui/svg-icons/av/call-to-action' {
3494 export import AvCallToAction = __MaterialUI.SvgIcon;
3495 export default AvCallToAction;
3496}
3497
3498declare module 'material-ui/svg-icons/av/closed-caption' {
3499 export import AvClosedCaption = __MaterialUI.SvgIcon;
3500 export default AvClosedCaption;
3501}
3502
3503declare module 'material-ui/svg-icons/av/equalizer' {
3504 export import AvEqualizer = __MaterialUI.SvgIcon;
3505 export default AvEqualizer;
3506}
3507
3508declare module 'material-ui/svg-icons/av/explicit' {
3509 export import AvExplicit = __MaterialUI.SvgIcon;
3510 export default AvExplicit;
3511}
3512
3513declare module 'material-ui/svg-icons/av/fast-forward' {
3514 export import AvFastForward = __MaterialUI.SvgIcon;
3515 export default AvFastForward;
3516}
3517
3518declare module 'material-ui/svg-icons/av/fast-rewind' {
3519 export import AvFastRewind = __MaterialUI.SvgIcon;
3520 export default AvFastRewind;
3521}
3522
3523declare module 'material-ui/svg-icons/av/featured-play-list' {
3524 export import AvFeaturedPlayList = __MaterialUI.SvgIcon;
3525 export default AvFeaturedPlayList;
3526}
3527
3528declare module 'material-ui/svg-icons/av/featured-video' {
3529 export import AvFeaturedVideo = __MaterialUI.SvgIcon;
3530 export default AvFeaturedVideo;
3531}
3532
3533declare module 'material-ui/svg-icons/av/fiber-dvr' {
3534 export import AvFiberDvr = __MaterialUI.SvgIcon;
3535 export default AvFiberDvr;
3536}
3537
3538declare module 'material-ui/svg-icons/av/fiber-manual-record' {
3539 export import AvFiberManualRecord = __MaterialUI.SvgIcon;
3540 export default AvFiberManualRecord;
3541}
3542
3543declare module 'material-ui/svg-icons/av/fiber-new' {
3544 export import AvFiberNew = __MaterialUI.SvgIcon;
3545 export default AvFiberNew;
3546}
3547
3548declare module 'material-ui/svg-icons/av/fiber-pin' {
3549 export import AvFiberPin = __MaterialUI.SvgIcon;
3550 export default AvFiberPin;
3551}
3552
3553declare module 'material-ui/svg-icons/av/fiber-smart-record' {
3554 export import AvFiberSmartRecord = __MaterialUI.SvgIcon;
3555 export default AvFiberSmartRecord;
3556}
3557
3558declare module 'material-ui/svg-icons/av/forward-10' {
3559 export import AvForward10 = __MaterialUI.SvgIcon;
3560 export default AvForward10;
3561}
3562
3563declare module 'material-ui/svg-icons/av/forward-30' {
3564 export import AvForward30 = __MaterialUI.SvgIcon;
3565 export default AvForward30;
3566}
3567
3568declare module 'material-ui/svg-icons/av/forward-5' {
3569 export import AvForward5 = __MaterialUI.SvgIcon;
3570 export default AvForward5;
3571}
3572
3573declare module 'material-ui/svg-icons/av/games' {
3574 export import AvGames = __MaterialUI.SvgIcon;
3575 export default AvGames;
3576}
3577
3578declare module 'material-ui/svg-icons/av/hd' {
3579 export import AvHd = __MaterialUI.SvgIcon;
3580 export default AvHd;
3581}
3582
3583declare module 'material-ui/svg-icons/av/hearing' {
3584 export import AvHearing = __MaterialUI.SvgIcon;
3585 export default AvHearing;
3586}
3587
3588declare module 'material-ui/svg-icons/av/high-quality' {
3589 export import AvHighQuality = __MaterialUI.SvgIcon;
3590 export default AvHighQuality;
3591}
3592
3593declare module 'material-ui/svg-icons/av/library-add' {
3594 export import AvLibraryAdd = __MaterialUI.SvgIcon;
3595 export default AvLibraryAdd;
3596}
3597
3598declare module 'material-ui/svg-icons/av/library-books' {
3599 export import AvLibraryBooks = __MaterialUI.SvgIcon;
3600 export default AvLibraryBooks;
3601}
3602
3603declare module 'material-ui/svg-icons/av/library-music' {
3604 export import AvLibraryMusic = __MaterialUI.SvgIcon;
3605 export default AvLibraryMusic;
3606}
3607
3608declare module 'material-ui/svg-icons/av/loop' {
3609 export import AvLoop = __MaterialUI.SvgIcon;
3610 export default AvLoop;
3611}
3612
3613declare module 'material-ui/svg-icons/av/mic' {
3614 export import AvMic = __MaterialUI.SvgIcon;
3615 export default AvMic;
3616}
3617
3618declare module 'material-ui/svg-icons/av/mic-none' {
3619 export import AvMicNone = __MaterialUI.SvgIcon;
3620 export default AvMicNone;
3621}
3622
3623declare module 'material-ui/svg-icons/av/mic-off' {
3624 export import AvMicOff = __MaterialUI.SvgIcon;
3625 export default AvMicOff;
3626}
3627
3628declare module 'material-ui/svg-icons/av/movie' {
3629 export import AvMovie = __MaterialUI.SvgIcon;
3630 export default AvMovie;
3631}
3632
3633declare module 'material-ui/svg-icons/av/music-video' {
3634 export import AvMusicVideo = __MaterialUI.SvgIcon;
3635 export default AvMusicVideo;
3636}
3637
3638declare module 'material-ui/svg-icons/av/new-releases' {
3639 export import AvNewReleases = __MaterialUI.SvgIcon;
3640 export default AvNewReleases;
3641}
3642
3643declare module 'material-ui/svg-icons/av/not-interested' {
3644 export import AvNotInterested = __MaterialUI.SvgIcon;
3645 export default AvNotInterested;
3646}
3647
3648declare module 'material-ui/svg-icons/av/note' {
3649 export import AvNote = __MaterialUI.SvgIcon;
3650 export default AvNote;
3651}
3652
3653declare module 'material-ui/svg-icons/av/pause' {
3654 export import AvPause = __MaterialUI.SvgIcon;
3655 export default AvPause;
3656}
3657
3658declare module 'material-ui/svg-icons/av/pause-circle-filled' {
3659 export import AvPauseCircleFilled = __MaterialUI.SvgIcon;
3660 export default AvPauseCircleFilled;
3661}
3662
3663declare module 'material-ui/svg-icons/av/pause-circle-outline' {
3664 export import AvPauseCircleOutline = __MaterialUI.SvgIcon;
3665 export default AvPauseCircleOutline;
3666}
3667
3668declare module 'material-ui/svg-icons/av/play-arrow' {
3669 export import AvPlayArrow = __MaterialUI.SvgIcon;
3670 export default AvPlayArrow;
3671}
3672
3673declare module 'material-ui/svg-icons/av/play-circle-filled' {
3674 export import AvPlayCircleFilled = __MaterialUI.SvgIcon;
3675 export default AvPlayCircleFilled;
3676}
3677
3678declare module 'material-ui/svg-icons/av/play-circle-outline' {
3679 export import AvPlayCircleOutline = __MaterialUI.SvgIcon;
3680 export default AvPlayCircleOutline;
3681}
3682
3683declare module 'material-ui/svg-icons/av/playlist-add' {
3684 export import AvPlaylistAdd = __MaterialUI.SvgIcon;
3685 export default AvPlaylistAdd;
3686}
3687
3688declare module 'material-ui/svg-icons/av/playlist-add-check' {
3689 export import AvPlaylistAddCheck = __MaterialUI.SvgIcon;
3690 export default AvPlaylistAddCheck;
3691}
3692
3693declare module 'material-ui/svg-icons/av/playlist-play' {
3694 export import AvPlaylistPlay = __MaterialUI.SvgIcon;
3695 export default AvPlaylistPlay;
3696}
3697
3698declare module 'material-ui/svg-icons/av/queue' {
3699 export import AvQueue = __MaterialUI.SvgIcon;
3700 export default AvQueue;
3701}
3702
3703declare module 'material-ui/svg-icons/av/queue-music' {
3704 export import AvQueueMusic = __MaterialUI.SvgIcon;
3705 export default AvQueueMusic;
3706}
3707
3708declare module 'material-ui/svg-icons/av/queue-play-next' {
3709 export import AvQueuePlayNext = __MaterialUI.SvgIcon;
3710 export default AvQueuePlayNext;
3711}
3712
3713declare module 'material-ui/svg-icons/av/radio' {
3714 export import AvRadio = __MaterialUI.SvgIcon;
3715 export default AvRadio;
3716}
3717
3718declare module 'material-ui/svg-icons/av/recent-actors' {
3719 export import AvRecentActors = __MaterialUI.SvgIcon;
3720 export default AvRecentActors;
3721}
3722
3723declare module 'material-ui/svg-icons/av/remove-from-queue' {
3724 export import AvRemoveFromQueue = __MaterialUI.SvgIcon;
3725 export default AvRemoveFromQueue;
3726}
3727
3728declare module 'material-ui/svg-icons/av/repeat' {
3729 export import AvRepeat = __MaterialUI.SvgIcon;
3730 export default AvRepeat;
3731}
3732
3733declare module 'material-ui/svg-icons/av/repeat-one' {
3734 export import AvRepeatOne = __MaterialUI.SvgIcon;
3735 export default AvRepeatOne;
3736}
3737
3738declare module 'material-ui/svg-icons/av/replay' {
3739 export import AvReplay = __MaterialUI.SvgIcon;
3740 export default AvReplay;
3741}
3742
3743declare module 'material-ui/svg-icons/av/replay-10' {
3744 export import AvReplay10 = __MaterialUI.SvgIcon;
3745 export default AvReplay10;
3746}
3747
3748declare module 'material-ui/svg-icons/av/replay-30' {
3749 export import AvReplay30 = __MaterialUI.SvgIcon;
3750 export default AvReplay30;
3751}
3752
3753declare module 'material-ui/svg-icons/av/replay-5' {
3754 export import AvReplay5 = __MaterialUI.SvgIcon;
3755 export default AvReplay5;
3756}
3757
3758declare module 'material-ui/svg-icons/av/shuffle' {
3759 export import AvShuffle = __MaterialUI.SvgIcon;
3760 export default AvShuffle;
3761}
3762
3763declare module 'material-ui/svg-icons/av/skip-next' {
3764 export import AvSkipNext = __MaterialUI.SvgIcon;
3765 export default AvSkipNext;
3766}
3767
3768declare module 'material-ui/svg-icons/av/skip-previous' {
3769 export import AvSkipPrevious = __MaterialUI.SvgIcon;
3770 export default AvSkipPrevious;
3771}
3772
3773declare module 'material-ui/svg-icons/av/slow-motion-video' {
3774 export import AvSlowMotionVideo = __MaterialUI.SvgIcon;
3775 export default AvSlowMotionVideo;
3776}
3777
3778declare module 'material-ui/svg-icons/av/snooze' {
3779 export import AvSnooze = __MaterialUI.SvgIcon;
3780 export default AvSnooze;
3781}
3782
3783declare module 'material-ui/svg-icons/av/sort-by-alpha' {
3784 export import AvSortByAlpha = __MaterialUI.SvgIcon;
3785 export default AvSortByAlpha;
3786}
3787
3788declare module 'material-ui/svg-icons/av/stop' {
3789 export import AvStop = __MaterialUI.SvgIcon;
3790 export default AvStop;
3791}
3792
3793declare module 'material-ui/svg-icons/av/subscriptions' {
3794 export import AvSubscriptions = __MaterialUI.SvgIcon;
3795 export default AvSubscriptions;
3796}
3797
3798declare module 'material-ui/svg-icons/av/subtitles' {
3799 export import AvSubtitles = __MaterialUI.SvgIcon;
3800 export default AvSubtitles;
3801}
3802
3803declare module 'material-ui/svg-icons/av/surround-sound' {
3804 export import AvSurroundSound = __MaterialUI.SvgIcon;
3805 export default AvSurroundSound;
3806}
3807
3808declare module 'material-ui/svg-icons/av/video-call' {
3809 export import AvVideoCall = __MaterialUI.SvgIcon;
3810 export default AvVideoCall;
3811}
3812
3813declare module 'material-ui/svg-icons/av/video-label' {
3814 export import AvVideoLabel = __MaterialUI.SvgIcon;
3815 export default AvVideoLabel;
3816}
3817
3818declare module 'material-ui/svg-icons/av/video-library' {
3819 export import AvVideoLibrary = __MaterialUI.SvgIcon;
3820 export default AvVideoLibrary;
3821}
3822
3823declare module 'material-ui/svg-icons/av/videocam' {
3824 export import AvVideocam = __MaterialUI.SvgIcon;
3825 export default AvVideocam;
3826}
3827
3828declare module 'material-ui/svg-icons/av/videocam-off' {
3829 export import AvVideocamOff = __MaterialUI.SvgIcon;
3830 export default AvVideocamOff;
3831}
3832
3833declare module 'material-ui/svg-icons/av/volume-down' {
3834 export import AvVolumeDown = __MaterialUI.SvgIcon;
3835 export default AvVolumeDown;
3836}
3837
3838declare module 'material-ui/svg-icons/av/volume-mute' {
3839 export import AvVolumeMute = __MaterialUI.SvgIcon;
3840 export default AvVolumeMute;
3841}
3842
3843declare module 'material-ui/svg-icons/av/volume-off' {
3844 export import AvVolumeOff = __MaterialUI.SvgIcon;
3845 export default AvVolumeOff;
3846}
3847
3848declare module 'material-ui/svg-icons/av/volume-up' {
3849 export import AvVolumeUp = __MaterialUI.SvgIcon;
3850 export default AvVolumeUp;
3851}
3852
3853declare module 'material-ui/svg-icons/av/web' {
3854 export import AvWeb = __MaterialUI.SvgIcon;
3855 export default AvWeb;
3856}
3857
3858declare module 'material-ui/svg-icons/av/web-asset' {
3859 export import AvWebAsset = __MaterialUI.SvgIcon;
3860 export default AvWebAsset;
3861}
3862
3863declare module 'material-ui/svg-icons/communication/business' {
3864 export import CommunicationBusiness = __MaterialUI.SvgIcon;
3865 export default CommunicationBusiness;
3866}
3867
3868declare module 'material-ui/svg-icons/communication/call' {
3869 export import CommunicationCall = __MaterialUI.SvgIcon;
3870 export default CommunicationCall;
3871}
3872
3873declare module 'material-ui/svg-icons/communication/call-end' {
3874 export import CommunicationCallEnd = __MaterialUI.SvgIcon;
3875 export default CommunicationCallEnd;
3876}
3877
3878declare module 'material-ui/svg-icons/communication/call-made' {
3879 export import CommunicationCallMade = __MaterialUI.SvgIcon;
3880 export default CommunicationCallMade;
3881}
3882
3883declare module 'material-ui/svg-icons/communication/call-merge' {
3884 export import CommunicationCallMerge = __MaterialUI.SvgIcon;
3885 export default CommunicationCallMerge;
3886}
3887
3888declare module 'material-ui/svg-icons/communication/call-missed' {
3889 export import CommunicationCallMissed = __MaterialUI.SvgIcon;
3890 export default CommunicationCallMissed;
3891}
3892
3893declare module 'material-ui/svg-icons/communication/call-missed-outgoing' {
3894 export import CommunicationCallMissedOutgoing = __MaterialUI.SvgIcon;
3895 export default CommunicationCallMissedOutgoing;
3896}
3897
3898declare module 'material-ui/svg-icons/communication/call-received' {
3899 export import CommunicationCallReceived = __MaterialUI.SvgIcon;
3900 export default CommunicationCallReceived;
3901}
3902
3903declare module 'material-ui/svg-icons/communication/call-split' {
3904 export import CommunicationCallSplit = __MaterialUI.SvgIcon;
3905 export default CommunicationCallSplit;
3906}
3907
3908declare module 'material-ui/svg-icons/communication/chat' {
3909 export import CommunicationChat = __MaterialUI.SvgIcon;
3910 export default CommunicationChat;
3911}
3912
3913declare module 'material-ui/svg-icons/communication/chat-bubble' {
3914 export import CommunicationChatBubble = __MaterialUI.SvgIcon;
3915 export default CommunicationChatBubble;
3916}
3917
3918declare module 'material-ui/svg-icons/communication/chat-bubble-outline' {
3919 export import CommunicationChatBubbleOutline = __MaterialUI.SvgIcon;
3920 export default CommunicationChatBubbleOutline;
3921}
3922
3923declare module 'material-ui/svg-icons/communication/clear-all' {
3924 export import CommunicationClearAll = __MaterialUI.SvgIcon;
3925 export default CommunicationClearAll;
3926}
3927
3928declare module 'material-ui/svg-icons/communication/comment' {
3929 export import CommunicationComment = __MaterialUI.SvgIcon;
3930 export default CommunicationComment;
3931}
3932
3933declare module 'material-ui/svg-icons/communication/contact-mail' {
3934 export import CommunicationContactMail = __MaterialUI.SvgIcon;
3935 export default CommunicationContactMail;
3936}
3937
3938declare module 'material-ui/svg-icons/communication/contact-phone' {
3939 export import CommunicationContactPhone = __MaterialUI.SvgIcon;
3940 export default CommunicationContactPhone;
3941}
3942
3943declare module 'material-ui/svg-icons/communication/contacts' {
3944 export import CommunicationContacts = __MaterialUI.SvgIcon;
3945 export default CommunicationContacts;
3946}
3947
3948declare module 'material-ui/svg-icons/communication/dialer-sip' {
3949 export import CommunicationDialerSip = __MaterialUI.SvgIcon;
3950 export default CommunicationDialerSip;
3951}
3952
3953declare module 'material-ui/svg-icons/communication/dialpad' {
3954 export import CommunicationDialpad = __MaterialUI.SvgIcon;
3955 export default CommunicationDialpad;
3956}
3957
3958declare module 'material-ui/svg-icons/communication/email' {
3959 export import CommunicationEmail = __MaterialUI.SvgIcon;
3960 export default CommunicationEmail;
3961}
3962
3963declare module 'material-ui/svg-icons/communication/forum' {
3964 export import CommunicationForum = __MaterialUI.SvgIcon;
3965 export default CommunicationForum;
3966}
3967
3968declare module 'material-ui/svg-icons/communication/import-contacts' {
3969 export import CommunicationImportContacts = __MaterialUI.SvgIcon;
3970 export default CommunicationImportContacts;
3971}
3972
3973declare module 'material-ui/svg-icons/communication/import-export' {
3974 export import CommunicationImportExport = __MaterialUI.SvgIcon;
3975 export default CommunicationImportExport;
3976}
3977
3978declare module 'material-ui/svg-icons/communication/invert-colors-off' {
3979 export import CommunicationInvertColorsOff = __MaterialUI.SvgIcon;
3980 export default CommunicationInvertColorsOff;
3981}
3982
3983declare module 'material-ui/svg-icons/communication/live-help' {
3984 export import CommunicationLiveHelp = __MaterialUI.SvgIcon;
3985 export default CommunicationLiveHelp;
3986}
3987
3988declare module 'material-ui/svg-icons/communication/location-off' {
3989 export import CommunicationLocationOff = __MaterialUI.SvgIcon;
3990 export default CommunicationLocationOff;
3991}
3992
3993declare module 'material-ui/svg-icons/communication/location-on' {
3994 export import CommunicationLocationOn = __MaterialUI.SvgIcon;
3995 export default CommunicationLocationOn;
3996}
3997
3998declare module 'material-ui/svg-icons/communication/mail-outline' {
3999 export import CommunicationMailOutline = __MaterialUI.SvgIcon;
4000 export default CommunicationMailOutline;
4001}
4002
4003declare module 'material-ui/svg-icons/communication/message' {
4004 export import CommunicationMessage = __MaterialUI.SvgIcon;
4005 export default CommunicationMessage;
4006}
4007
4008declare module 'material-ui/svg-icons/communication/no-sim' {
4009 export import CommunicationNoSim = __MaterialUI.SvgIcon;
4010 export default CommunicationNoSim;
4011}
4012
4013declare module 'material-ui/svg-icons/communication/phone' {
4014 export import CommunicationPhone = __MaterialUI.SvgIcon;
4015 export default CommunicationPhone;
4016}
4017
4018declare module 'material-ui/svg-icons/communication/phonelink-erase' {
4019 export import CommunicationPhonelinkErase = __MaterialUI.SvgIcon;
4020 export default CommunicationPhonelinkErase;
4021}
4022
4023declare module 'material-ui/svg-icons/communication/phonelink-lock' {
4024 export import CommunicationPhonelinkLock = __MaterialUI.SvgIcon;
4025 export default CommunicationPhonelinkLock;
4026}
4027
4028declare module 'material-ui/svg-icons/communication/phonelink-ring' {
4029 export import CommunicationPhonelinkRing = __MaterialUI.SvgIcon;
4030 export default CommunicationPhonelinkRing;
4031}
4032
4033declare module 'material-ui/svg-icons/communication/phonelink-setup' {
4034 export import CommunicationPhonelinkSetup = __MaterialUI.SvgIcon;
4035 export default CommunicationPhonelinkSetup;
4036}
4037
4038declare module 'material-ui/svg-icons/communication/portable-wifi-off' {
4039 export import CommunicationPortableWifiOff = __MaterialUI.SvgIcon;
4040 export default CommunicationPortableWifiOff;
4041}
4042
4043declare module 'material-ui/svg-icons/communication/present-to-all' {
4044 export import CommunicationPresentToAll = __MaterialUI.SvgIcon;
4045 export default CommunicationPresentToAll;
4046}
4047
4048declare module 'material-ui/svg-icons/communication/ring-volume' {
4049 export import CommunicationRingVolume = __MaterialUI.SvgIcon;
4050 export default CommunicationRingVolume;
4051}
4052
4053declare module 'material-ui/svg-icons/communication/rss-feed' {
4054 export import CommunicationRssFeed = __MaterialUI.SvgIcon;
4055 export default CommunicationRssFeed;
4056}
4057
4058declare module 'material-ui/svg-icons/communication/screen-share' {
4059 export import CommunicationScreenShare = __MaterialUI.SvgIcon;
4060 export default CommunicationScreenShare;
4061}
4062
4063declare module 'material-ui/svg-icons/communication/speaker-phone' {
4064 export import CommunicationSpeakerPhone = __MaterialUI.SvgIcon;
4065 export default CommunicationSpeakerPhone;
4066}
4067
4068declare module 'material-ui/svg-icons/communication/stay-current-landscape' {
4069 export import CommunicationStayCurrentLandscape = __MaterialUI.SvgIcon;
4070 export default CommunicationStayCurrentLandscape;
4071}
4072
4073declare module 'material-ui/svg-icons/communication/stay-current-portrait' {
4074 export import CommunicationStayCurrentPortrait = __MaterialUI.SvgIcon;
4075 export default CommunicationStayCurrentPortrait;
4076}
4077
4078declare module 'material-ui/svg-icons/communication/stay-primary-landscape' {
4079 export import CommunicationStayPrimaryLandscape = __MaterialUI.SvgIcon;
4080 export default CommunicationStayPrimaryLandscape;
4081}
4082
4083declare module 'material-ui/svg-icons/communication/stay-primary-portrait' {
4084 export import CommunicationStayPrimaryPortrait = __MaterialUI.SvgIcon;
4085 export default CommunicationStayPrimaryPortrait;
4086}
4087
4088declare module 'material-ui/svg-icons/communication/stop-screen-share' {
4089 export import CommunicationStopScreenShare = __MaterialUI.SvgIcon;
4090 export default CommunicationStopScreenShare;
4091}
4092
4093declare module 'material-ui/svg-icons/communication/swap-calls' {
4094 export import CommunicationSwapCalls = __MaterialUI.SvgIcon;
4095 export default CommunicationSwapCalls;
4096}
4097
4098declare module 'material-ui/svg-icons/communication/textsms' {
4099 export import CommunicationTextsms = __MaterialUI.SvgIcon;
4100 export default CommunicationTextsms;
4101}
4102
4103declare module 'material-ui/svg-icons/communication/voicemail' {
4104 export import CommunicationVoicemail = __MaterialUI.SvgIcon;
4105 export default CommunicationVoicemail;
4106}
4107
4108declare module 'material-ui/svg-icons/communication/vpn-key' {
4109 export import CommunicationVpnKey = __MaterialUI.SvgIcon;
4110 export default CommunicationVpnKey;
4111}
4112
4113declare module 'material-ui/svg-icons/content/add' {
4114 export import ContentAdd = __MaterialUI.SvgIcon;
4115 export default ContentAdd;
4116}
4117
4118declare module 'material-ui/svg-icons/content/add-box' {
4119 export import ContentAddBox = __MaterialUI.SvgIcon;
4120 export default ContentAddBox;
4121}
4122
4123declare module 'material-ui/svg-icons/content/add-circle' {
4124 export import ContentAddCircle = __MaterialUI.SvgIcon;
4125 export default ContentAddCircle;
4126}
4127
4128declare module 'material-ui/svg-icons/content/add-circle-outline' {
4129 export import ContentAddCircleOutline = __MaterialUI.SvgIcon;
4130 export default ContentAddCircleOutline;
4131}
4132
4133declare module 'material-ui/svg-icons/content/archive' {
4134 export import ContentArchive = __MaterialUI.SvgIcon;
4135 export default ContentArchive;
4136}
4137
4138declare module 'material-ui/svg-icons/content/backspace' {
4139 export import ContentBackspace = __MaterialUI.SvgIcon;
4140 export default ContentBackspace;
4141}
4142
4143declare module 'material-ui/svg-icons/content/block' {
4144 export import ContentBlock = __MaterialUI.SvgIcon;
4145 export default ContentBlock;
4146}
4147
4148declare module 'material-ui/svg-icons/content/clear' {
4149 export import ContentClear = __MaterialUI.SvgIcon;
4150 export default ContentClear;
4151}
4152
4153declare module 'material-ui/svg-icons/content/content-copy' {
4154 export import ContentContentCopy = __MaterialUI.SvgIcon;
4155 export default ContentContentCopy;
4156}
4157
4158declare module 'material-ui/svg-icons/content/content-cut' {
4159 export import ContentContentCut = __MaterialUI.SvgIcon;
4160 export default ContentContentCut;
4161}
4162
4163declare module 'material-ui/svg-icons/content/content-paste' {
4164 export import ContentContentPaste = __MaterialUI.SvgIcon;
4165 export default ContentContentPaste;
4166}
4167
4168declare module 'material-ui/svg-icons/content/create' {
4169 export import ContentCreate = __MaterialUI.SvgIcon;
4170 export default ContentCreate;
4171}
4172
4173declare module 'material-ui/svg-icons/content/delete-sweep' {
4174 export import ContentDeleteSweep = __MaterialUI.SvgIcon;
4175 export default ContentDeleteSweep;
4176}
4177
4178declare module 'material-ui/svg-icons/content/drafts' {
4179 export import ContentDrafts = __MaterialUI.SvgIcon;
4180 export default ContentDrafts;
4181}
4182
4183declare module 'material-ui/svg-icons/content/filter-list' {
4184 export import ContentFilterList = __MaterialUI.SvgIcon;
4185 export default ContentFilterList;
4186}
4187
4188declare module 'material-ui/svg-icons/content/flag' {
4189 export import ContentFlag = __MaterialUI.SvgIcon;
4190 export default ContentFlag;
4191}
4192
4193declare module 'material-ui/svg-icons/content/font-download' {
4194 export import ContentFontDownload = __MaterialUI.SvgIcon;
4195 export default ContentFontDownload;
4196}
4197
4198declare module 'material-ui/svg-icons/content/forward' {
4199 export import ContentForward = __MaterialUI.SvgIcon;
4200 export default ContentForward;
4201}
4202
4203declare module 'material-ui/svg-icons/content/gesture' {
4204 export import ContentGesture = __MaterialUI.SvgIcon;
4205 export default ContentGesture;
4206}
4207
4208declare module 'material-ui/svg-icons/content/inbox' {
4209 export import ContentInbox = __MaterialUI.SvgIcon;
4210 export default ContentInbox;
4211}
4212
4213declare module 'material-ui/svg-icons/content/link' {
4214 export import ContentLink = __MaterialUI.SvgIcon;
4215 export default ContentLink;
4216}
4217
4218declare module 'material-ui/svg-icons/content/low-priority' {
4219 export import ContentLowPriority = __MaterialUI.SvgIcon;
4220 export default ContentLowPriority;
4221}
4222
4223declare module 'material-ui/svg-icons/content/mail' {
4224 export import ContentMail = __MaterialUI.SvgIcon;
4225 export default ContentMail;
4226}
4227
4228declare module 'material-ui/svg-icons/content/markunread' {
4229 export import ContentMarkunread = __MaterialUI.SvgIcon;
4230 export default ContentMarkunread;
4231}
4232
4233declare module 'material-ui/svg-icons/content/move-to-inbox' {
4234 export import ContentMoveToInbox = __MaterialUI.SvgIcon;
4235 export default ContentMoveToInbox;
4236}
4237
4238declare module 'material-ui/svg-icons/content/next-week' {
4239 export import ContentNextWeek = __MaterialUI.SvgIcon;
4240 export default ContentNextWeek;
4241}
4242
4243declare module 'material-ui/svg-icons/content/redo' {
4244 export import ContentRedo = __MaterialUI.SvgIcon;
4245 export default ContentRedo;
4246}
4247
4248declare module 'material-ui/svg-icons/content/remove' {
4249 export import ContentRemove = __MaterialUI.SvgIcon;
4250 export default ContentRemove;
4251}
4252
4253declare module 'material-ui/svg-icons/content/remove-circle' {
4254 export import ContentRemoveCircle = __MaterialUI.SvgIcon;
4255 export default ContentRemoveCircle;
4256}
4257
4258declare module 'material-ui/svg-icons/content/remove-circle-outline' {
4259 export import ContentRemoveCircleOutline = __MaterialUI.SvgIcon;
4260 export default ContentRemoveCircleOutline;
4261}
4262
4263declare module 'material-ui/svg-icons/content/reply' {
4264 export import ContentReply = __MaterialUI.SvgIcon;
4265 export default ContentReply;
4266}
4267
4268declare module 'material-ui/svg-icons/content/reply-all' {
4269 export import ContentReplyAll = __MaterialUI.SvgIcon;
4270 export default ContentReplyAll;
4271}
4272
4273declare module 'material-ui/svg-icons/content/report' {
4274 export import ContentReport = __MaterialUI.SvgIcon;
4275 export default ContentReport;
4276}
4277
4278declare module 'material-ui/svg-icons/content/save' {
4279 export import ContentSave = __MaterialUI.SvgIcon;
4280 export default ContentSave;
4281}
4282
4283declare module 'material-ui/svg-icons/content/select-all' {
4284 export import ContentSelectAll = __MaterialUI.SvgIcon;
4285 export default ContentSelectAll;
4286}
4287
4288declare module 'material-ui/svg-icons/content/send' {
4289 export import ContentSend = __MaterialUI.SvgIcon;
4290 export default ContentSend;
4291}
4292
4293declare module 'material-ui/svg-icons/content/sort' {
4294 export import ContentSort = __MaterialUI.SvgIcon;
4295 export default ContentSort;
4296}
4297
4298declare module 'material-ui/svg-icons/content/text-format' {
4299 export import ContentTextFormat = __MaterialUI.SvgIcon;
4300 export default ContentTextFormat;
4301}
4302
4303declare module 'material-ui/svg-icons/content/unarchive' {
4304 export import ContentUnarchive = __MaterialUI.SvgIcon;
4305 export default ContentUnarchive;
4306}
4307
4308declare module 'material-ui/svg-icons/content/undo' {
4309 export import ContentUndo = __MaterialUI.SvgIcon;
4310 export default ContentUndo;
4311}
4312
4313declare module 'material-ui/svg-icons/content/weekend' {
4314 export import ContentWeekend = __MaterialUI.SvgIcon;
4315 export default ContentWeekend;
4316}
4317
4318declare module 'material-ui/svg-icons/device/access-alarm' {
4319 export import DeviceAccessAlarm = __MaterialUI.SvgIcon;
4320 export default DeviceAccessAlarm;
4321}
4322
4323declare module 'material-ui/svg-icons/device/access-alarms' {
4324 export import DeviceAccessAlarms = __MaterialUI.SvgIcon;
4325 export default DeviceAccessAlarms;
4326}
4327
4328declare module 'material-ui/svg-icons/device/access-time' {
4329 export import DeviceAccessTime = __MaterialUI.SvgIcon;
4330 export default DeviceAccessTime;
4331}
4332
4333declare module 'material-ui/svg-icons/device/add-alarm' {
4334 export import DeviceAddAlarm = __MaterialUI.SvgIcon;
4335 export default DeviceAddAlarm;
4336}
4337
4338declare module 'material-ui/svg-icons/device/airplanemode-active' {
4339 export import DeviceAirplanemodeActive = __MaterialUI.SvgIcon;
4340 export default DeviceAirplanemodeActive;
4341}
4342
4343declare module 'material-ui/svg-icons/device/airplanemode-inactive' {
4344 export import DeviceAirplanemodeInactive = __MaterialUI.SvgIcon;
4345 export default DeviceAirplanemodeInactive;
4346}
4347
4348declare module 'material-ui/svg-icons/device/battery-20' {
4349 export import DeviceBattery20 = __MaterialUI.SvgIcon;
4350 export default DeviceBattery20;
4351}
4352
4353declare module 'material-ui/svg-icons/device/battery-30' {
4354 export import DeviceBattery30 = __MaterialUI.SvgIcon;
4355 export default DeviceBattery30;
4356}
4357
4358declare module 'material-ui/svg-icons/device/battery-50' {
4359 export import DeviceBattery50 = __MaterialUI.SvgIcon;
4360 export default DeviceBattery50;
4361}
4362
4363declare module 'material-ui/svg-icons/device/battery-60' {
4364 export import DeviceBattery60 = __MaterialUI.SvgIcon;
4365 export default DeviceBattery60;
4366}
4367
4368declare module 'material-ui/svg-icons/device/battery-80' {
4369 export import DeviceBattery80 = __MaterialUI.SvgIcon;
4370 export default DeviceBattery80;
4371}
4372
4373declare module 'material-ui/svg-icons/device/battery-90' {
4374 export import DeviceBattery90 = __MaterialUI.SvgIcon;
4375 export default DeviceBattery90;
4376}
4377
4378declare module 'material-ui/svg-icons/device/battery-alert' {
4379 export import DeviceBatteryAlert = __MaterialUI.SvgIcon;
4380 export default DeviceBatteryAlert;
4381}
4382
4383declare module 'material-ui/svg-icons/device/battery-charging-20' {
4384 export import DeviceBatteryCharging20 = __MaterialUI.SvgIcon;
4385 export default DeviceBatteryCharging20;
4386}
4387
4388declare module 'material-ui/svg-icons/device/battery-charging-30' {
4389 export import DeviceBatteryCharging30 = __MaterialUI.SvgIcon;
4390 export default DeviceBatteryCharging30;
4391}
4392
4393declare module 'material-ui/svg-icons/device/battery-charging-50' {
4394 export import DeviceBatteryCharging50 = __MaterialUI.SvgIcon;
4395 export default DeviceBatteryCharging50;
4396}
4397
4398declare module 'material-ui/svg-icons/device/battery-charging-60' {
4399 export import DeviceBatteryCharging60 = __MaterialUI.SvgIcon;
4400 export default DeviceBatteryCharging60;
4401}
4402
4403declare module 'material-ui/svg-icons/device/battery-charging-80' {
4404 export import DeviceBatteryCharging80 = __MaterialUI.SvgIcon;
4405 export default DeviceBatteryCharging80;
4406}
4407
4408declare module 'material-ui/svg-icons/device/battery-charging-90' {
4409 export import DeviceBatteryCharging90 = __MaterialUI.SvgIcon;
4410 export default DeviceBatteryCharging90;
4411}
4412
4413declare module 'material-ui/svg-icons/device/battery-charging-full' {
4414 export import DeviceBatteryChargingFull = __MaterialUI.SvgIcon;
4415 export default DeviceBatteryChargingFull;
4416}
4417
4418declare module 'material-ui/svg-icons/device/battery-full' {
4419 export import DeviceBatteryFull = __MaterialUI.SvgIcon;
4420 export default DeviceBatteryFull;
4421}
4422
4423declare module 'material-ui/svg-icons/device/battery-std' {
4424 export import DeviceBatteryStd = __MaterialUI.SvgIcon;
4425 export default DeviceBatteryStd;
4426}
4427
4428declare module 'material-ui/svg-icons/device/battery-unknown' {
4429 export import DeviceBatteryUnknown = __MaterialUI.SvgIcon;
4430 export default DeviceBatteryUnknown;
4431}
4432
4433declare module 'material-ui/svg-icons/device/bluetooth' {
4434 export import DeviceBluetooth = __MaterialUI.SvgIcon;
4435 export default DeviceBluetooth;
4436}
4437
4438declare module 'material-ui/svg-icons/device/bluetooth-connected' {
4439 export import DeviceBluetoothConnected = __MaterialUI.SvgIcon;
4440 export default DeviceBluetoothConnected;
4441}
4442
4443declare module 'material-ui/svg-icons/device/bluetooth-disabled' {
4444 export import DeviceBluetoothDisabled = __MaterialUI.SvgIcon;
4445 export default DeviceBluetoothDisabled;
4446}
4447
4448declare module 'material-ui/svg-icons/device/bluetooth-searching' {
4449 export import DeviceBluetoothSearching = __MaterialUI.SvgIcon;
4450 export default DeviceBluetoothSearching;
4451}
4452
4453declare module 'material-ui/svg-icons/device/brightness-auto' {
4454 export import DeviceBrightnessAuto = __MaterialUI.SvgIcon;
4455 export default DeviceBrightnessAuto;
4456}
4457
4458declare module 'material-ui/svg-icons/device/brightness-high' {
4459 export import DeviceBrightnessHigh = __MaterialUI.SvgIcon;
4460 export default DeviceBrightnessHigh;
4461}
4462
4463declare module 'material-ui/svg-icons/device/brightness-low' {
4464 export import DeviceBrightnessLow = __MaterialUI.SvgIcon;
4465 export default DeviceBrightnessLow;
4466}
4467
4468declare module 'material-ui/svg-icons/device/brightness-medium' {
4469 export import DeviceBrightnessMedium = __MaterialUI.SvgIcon;
4470 export default DeviceBrightnessMedium;
4471}
4472
4473declare module 'material-ui/svg-icons/device/data-usage' {
4474 export import DeviceDataUsage = __MaterialUI.SvgIcon;
4475 export default DeviceDataUsage;
4476}
4477
4478declare module 'material-ui/svg-icons/device/developer-mode' {
4479 export import DeviceDeveloperMode = __MaterialUI.SvgIcon;
4480 export default DeviceDeveloperMode;
4481}
4482
4483declare module 'material-ui/svg-icons/device/devices' {
4484 export import DeviceDevices = __MaterialUI.SvgIcon;
4485 export default DeviceDevices;
4486}
4487
4488declare module 'material-ui/svg-icons/device/dvr' {
4489 export import DeviceDvr = __MaterialUI.SvgIcon;
4490 export default DeviceDvr;
4491}
4492
4493declare module 'material-ui/svg-icons/device/gps-fixed' {
4494 export import DeviceGpsFixed = __MaterialUI.SvgIcon;
4495 export default DeviceGpsFixed;
4496}
4497
4498declare module 'material-ui/svg-icons/device/gps-not-fixed' {
4499 export import DeviceGpsNotFixed = __MaterialUI.SvgIcon;
4500 export default DeviceGpsNotFixed;
4501}
4502
4503declare module 'material-ui/svg-icons/device/gps-off' {
4504 export import DeviceGpsOff = __MaterialUI.SvgIcon;
4505 export default DeviceGpsOff;
4506}
4507
4508declare module 'material-ui/svg-icons/device/graphic-eq' {
4509 export import DeviceGraphicEq = __MaterialUI.SvgIcon;
4510 export default DeviceGraphicEq;
4511}
4512
4513declare module 'material-ui/svg-icons/device/location-disabled' {
4514 export import DeviceLocationDisabled = __MaterialUI.SvgIcon;
4515 export default DeviceLocationDisabled;
4516}
4517
4518declare module 'material-ui/svg-icons/device/location-searching' {
4519 export import DeviceLocationSearching = __MaterialUI.SvgIcon;
4520 export default DeviceLocationSearching;
4521}
4522
4523declare module 'material-ui/svg-icons/device/network-cell' {
4524 export import DeviceNetworkCell = __MaterialUI.SvgIcon;
4525 export default DeviceNetworkCell;
4526}
4527
4528declare module 'material-ui/svg-icons/device/network-wifi' {
4529 export import DeviceNetworkWifi = __MaterialUI.SvgIcon;
4530 export default DeviceNetworkWifi;
4531}
4532
4533declare module 'material-ui/svg-icons/device/nfc' {
4534 export import DeviceNfc = __MaterialUI.SvgIcon;
4535 export default DeviceNfc;
4536}
4537
4538declare module 'material-ui/svg-icons/device/screen-lock-landscape' {
4539 export import DeviceScreenLockLandscape = __MaterialUI.SvgIcon;
4540 export default DeviceScreenLockLandscape;
4541}
4542
4543declare module 'material-ui/svg-icons/device/screen-lock-portrait' {
4544 export import DeviceScreenLockPortrait = __MaterialUI.SvgIcon;
4545 export default DeviceScreenLockPortrait;
4546}
4547
4548declare module 'material-ui/svg-icons/device/screen-lock-rotation' {
4549 export import DeviceScreenLockRotation = __MaterialUI.SvgIcon;
4550 export default DeviceScreenLockRotation;
4551}
4552
4553declare module 'material-ui/svg-icons/device/screen-rotation' {
4554 export import DeviceScreenRotation = __MaterialUI.SvgIcon;
4555 export default DeviceScreenRotation;
4556}
4557
4558declare module 'material-ui/svg-icons/device/sd-storage' {
4559 export import DeviceSdStorage = __MaterialUI.SvgIcon;
4560 export default DeviceSdStorage;
4561}
4562
4563declare module 'material-ui/svg-icons/device/settings-system-daydream' {
4564 export import DeviceSettingsSystemDaydream = __MaterialUI.SvgIcon;
4565 export default DeviceSettingsSystemDaydream;
4566}
4567
4568declare module 'material-ui/svg-icons/device/signal-cellular-0-bar' {
4569 export import DeviceSignalCellular0Bar = __MaterialUI.SvgIcon;
4570 export default DeviceSignalCellular0Bar;
4571}
4572
4573declare module 'material-ui/svg-icons/device/signal-cellular-1-bar' {
4574 export import DeviceSignalCellular1Bar = __MaterialUI.SvgIcon;
4575 export default DeviceSignalCellular1Bar;
4576}
4577
4578declare module 'material-ui/svg-icons/device/signal-cellular-2-bar' {
4579 export import DeviceSignalCellular2Bar = __MaterialUI.SvgIcon;
4580 export default DeviceSignalCellular2Bar;
4581}
4582
4583declare module 'material-ui/svg-icons/device/signal-cellular-3-bar' {
4584 export import DeviceSignalCellular3Bar = __MaterialUI.SvgIcon;
4585 export default DeviceSignalCellular3Bar;
4586}
4587
4588declare module 'material-ui/svg-icons/device/signal-cellular-4-bar' {
4589 export import DeviceSignalCellular4Bar = __MaterialUI.SvgIcon;
4590 export default DeviceSignalCellular4Bar;
4591}
4592
4593declare module 'material-ui/svg-icons/device/signal-cellular-connected-no-internet-0-bar' {
4594 export import DeviceSignalCellularConnectedNoInternet0Bar = __MaterialUI.SvgIcon;
4595 export default DeviceSignalCellularConnectedNoInternet0Bar;
4596}
4597
4598declare module 'material-ui/svg-icons/device/signal-cellular-connected-no-internet-1-bar' {
4599 export import DeviceSignalCellularConnectedNoInternet1Bar = __MaterialUI.SvgIcon;
4600 export default DeviceSignalCellularConnectedNoInternet1Bar;
4601}
4602
4603declare module 'material-ui/svg-icons/device/signal-cellular-connected-no-internet-2-bar' {
4604 export import DeviceSignalCellularConnectedNoInternet2Bar = __MaterialUI.SvgIcon;
4605 export default DeviceSignalCellularConnectedNoInternet2Bar;
4606}
4607
4608declare module 'material-ui/svg-icons/device/signal-cellular-connected-no-internet-3-bar' {
4609 export import DeviceSignalCellularConnectedNoInternet3Bar = __MaterialUI.SvgIcon;
4610 export default DeviceSignalCellularConnectedNoInternet3Bar;
4611}
4612
4613declare module 'material-ui/svg-icons/device/signal-cellular-connected-no-internet-4-bar' {
4614 export import DeviceSignalCellularConnectedNoInternet4Bar = __MaterialUI.SvgIcon;
4615 export default DeviceSignalCellularConnectedNoInternet4Bar;
4616}
4617
4618declare module 'material-ui/svg-icons/device/signal-cellular-no-sim' {
4619 export import DeviceSignalCellularNoSim = __MaterialUI.SvgIcon;
4620 export default DeviceSignalCellularNoSim;
4621}
4622
4623declare module 'material-ui/svg-icons/device/signal-cellular-null' {
4624 export import DeviceSignalCellularNull = __MaterialUI.SvgIcon;
4625 export default DeviceSignalCellularNull;
4626}
4627
4628declare module 'material-ui/svg-icons/device/signal-cellular-off' {
4629 export import DeviceSignalCellularOff = __MaterialUI.SvgIcon;
4630 export default DeviceSignalCellularOff;
4631}
4632
4633declare module 'material-ui/svg-icons/device/signal-wifi-0-bar' {
4634 export import DeviceSignalWifi0Bar = __MaterialUI.SvgIcon;
4635 export default DeviceSignalWifi0Bar;
4636}
4637
4638declare module 'material-ui/svg-icons/device/signal-wifi-1-bar' {
4639 export import DeviceSignalWifi1Bar = __MaterialUI.SvgIcon;
4640 export default DeviceSignalWifi1Bar;
4641}
4642
4643declare module 'material-ui/svg-icons/device/signal-wifi-1-bar-lock' {
4644 export import DeviceSignalWifi1BarLock = __MaterialUI.SvgIcon;
4645 export default DeviceSignalWifi1BarLock;
4646}
4647
4648declare module 'material-ui/svg-icons/device/signal-wifi-2-bar' {
4649 export import DeviceSignalWifi2Bar = __MaterialUI.SvgIcon;
4650 export default DeviceSignalWifi2Bar;
4651}
4652
4653declare module 'material-ui/svg-icons/device/signal-wifi-2-bar-lock' {
4654 export import DeviceSignalWifi2BarLock = __MaterialUI.SvgIcon;
4655 export default DeviceSignalWifi2BarLock;
4656}
4657
4658declare module 'material-ui/svg-icons/device/signal-wifi-3-bar' {
4659 export import DeviceSignalWifi3Bar = __MaterialUI.SvgIcon;
4660 export default DeviceSignalWifi3Bar;
4661}
4662
4663declare module 'material-ui/svg-icons/device/signal-wifi-3-bar-lock' {
4664 export import DeviceSignalWifi3BarLock = __MaterialUI.SvgIcon;
4665 export default DeviceSignalWifi3BarLock;
4666}
4667
4668declare module 'material-ui/svg-icons/device/signal-wifi-4-bar' {
4669 export import DeviceSignalWifi4Bar = __MaterialUI.SvgIcon;
4670 export default DeviceSignalWifi4Bar;
4671}
4672
4673declare module 'material-ui/svg-icons/device/signal-wifi-4-bar-lock' {
4674 export import DeviceSignalWifi4BarLock = __MaterialUI.SvgIcon;
4675 export default DeviceSignalWifi4BarLock;
4676}
4677
4678declare module 'material-ui/svg-icons/device/signal-wifi-off' {
4679 export import DeviceSignalWifiOff = __MaterialUI.SvgIcon;
4680 export default DeviceSignalWifiOff;
4681}
4682
4683declare module 'material-ui/svg-icons/device/storage' {
4684 export import DeviceStorage = __MaterialUI.SvgIcon;
4685 export default DeviceStorage;
4686}
4687
4688declare module 'material-ui/svg-icons/device/usb' {
4689 export import DeviceUsb = __MaterialUI.SvgIcon;
4690 export default DeviceUsb;
4691}
4692
4693declare module 'material-ui/svg-icons/device/wallpaper' {
4694 export import DeviceWallpaper = __MaterialUI.SvgIcon;
4695 export default DeviceWallpaper;
4696}
4697
4698declare module 'material-ui/svg-icons/device/widgets' {
4699 export import DeviceWidgets = __MaterialUI.SvgIcon;
4700 export default DeviceWidgets;
4701}
4702
4703declare module 'material-ui/svg-icons/device/wifi-lock' {
4704 export import DeviceWifiLock = __MaterialUI.SvgIcon;
4705 export default DeviceWifiLock;
4706}
4707
4708declare module 'material-ui/svg-icons/device/wifi-tethering' {
4709 export import DeviceWifiTethering = __MaterialUI.SvgIcon;
4710 export default DeviceWifiTethering;
4711}
4712
4713declare module 'material-ui/svg-icons/editor/attach-file' {
4714 export import EditorAttachFile = __MaterialUI.SvgIcon;
4715 export default EditorAttachFile;
4716}
4717
4718declare module 'material-ui/svg-icons/editor/attach-money' {
4719 export import EditorAttachMoney = __MaterialUI.SvgIcon;
4720 export default EditorAttachMoney;
4721}
4722
4723declare module 'material-ui/svg-icons/editor/border-all' {
4724 export import EditorBorderAll = __MaterialUI.SvgIcon;
4725 export default EditorBorderAll;
4726}
4727
4728declare module 'material-ui/svg-icons/editor/border-bottom' {
4729 export import EditorBorderBottom = __MaterialUI.SvgIcon;
4730 export default EditorBorderBottom;
4731}
4732
4733declare module 'material-ui/svg-icons/editor/border-clear' {
4734 export import EditorBorderClear = __MaterialUI.SvgIcon;
4735 export default EditorBorderClear;
4736}
4737
4738declare module 'material-ui/svg-icons/editor/border-color' {
4739 export import EditorBorderColor = __MaterialUI.SvgIcon;
4740 export default EditorBorderColor;
4741}
4742
4743declare module 'material-ui/svg-icons/editor/border-horizontal' {
4744 export import EditorBorderHorizontal = __MaterialUI.SvgIcon;
4745 export default EditorBorderHorizontal;
4746}
4747
4748declare module 'material-ui/svg-icons/editor/border-inner' {
4749 export import EditorBorderInner = __MaterialUI.SvgIcon;
4750 export default EditorBorderInner;
4751}
4752
4753declare module 'material-ui/svg-icons/editor/border-left' {
4754 export import EditorBorderLeft = __MaterialUI.SvgIcon;
4755 export default EditorBorderLeft;
4756}
4757
4758declare module 'material-ui/svg-icons/editor/border-outer' {
4759 export import EditorBorderOuter = __MaterialUI.SvgIcon;
4760 export default EditorBorderOuter;
4761}
4762
4763declare module 'material-ui/svg-icons/editor/border-right' {
4764 export import EditorBorderRight = __MaterialUI.SvgIcon;
4765 export default EditorBorderRight;
4766}
4767
4768declare module 'material-ui/svg-icons/editor/border-style' {
4769 export import EditorBorderStyle = __MaterialUI.SvgIcon;
4770 export default EditorBorderStyle;
4771}
4772
4773declare module 'material-ui/svg-icons/editor/border-top' {
4774 export import EditorBorderTop = __MaterialUI.SvgIcon;
4775 export default EditorBorderTop;
4776}
4777
4778declare module 'material-ui/svg-icons/editor/border-vertical' {
4779 export import EditorBorderVertical = __MaterialUI.SvgIcon;
4780 export default EditorBorderVertical;
4781}
4782
4783declare module 'material-ui/svg-icons/editor/bubble-chart' {
4784 export import EditorBubbleChart = __MaterialUI.SvgIcon;
4785 export default EditorBubbleChart;
4786}
4787
4788declare module 'material-ui/svg-icons/editor/drag-handle' {
4789 export import EditorDragHandle = __MaterialUI.SvgIcon;
4790 export default EditorDragHandle;
4791}
4792
4793declare module 'material-ui/svg-icons/editor/format-align-center' {
4794 export import EditorFormatAlignCenter = __MaterialUI.SvgIcon;
4795 export default EditorFormatAlignCenter;
4796}
4797
4798declare module 'material-ui/svg-icons/editor/format-align-justify' {
4799 export import EditorFormatAlignJustify = __MaterialUI.SvgIcon;
4800 export default EditorFormatAlignJustify;
4801}
4802
4803declare module 'material-ui/svg-icons/editor/format-align-left' {
4804 export import EditorFormatAlignLeft = __MaterialUI.SvgIcon;
4805 export default EditorFormatAlignLeft;
4806}
4807
4808declare module 'material-ui/svg-icons/editor/format-align-right' {
4809 export import EditorFormatAlignRight = __MaterialUI.SvgIcon;
4810 export default EditorFormatAlignRight;
4811}
4812
4813declare module 'material-ui/svg-icons/editor/format-bold' {
4814 export import EditorFormatBold = __MaterialUI.SvgIcon;
4815 export default EditorFormatBold;
4816}
4817
4818declare module 'material-ui/svg-icons/editor/format-clear' {
4819 export import EditorFormatClear = __MaterialUI.SvgIcon;
4820 export default EditorFormatClear;
4821}
4822
4823declare module 'material-ui/svg-icons/editor/format-color-fill' {
4824 export import EditorFormatColorFill = __MaterialUI.SvgIcon;
4825 export default EditorFormatColorFill;
4826}
4827
4828declare module 'material-ui/svg-icons/editor/format-color-reset' {
4829 export import EditorFormatColorReset = __MaterialUI.SvgIcon;
4830 export default EditorFormatColorReset;
4831}
4832
4833declare module 'material-ui/svg-icons/editor/format-color-text' {
4834 export import EditorFormatColorText = __MaterialUI.SvgIcon;
4835 export default EditorFormatColorText;
4836}
4837
4838declare module 'material-ui/svg-icons/editor/format-indent-decrease' {
4839 export import EditorFormatIndentDecrease = __MaterialUI.SvgIcon;
4840 export default EditorFormatIndentDecrease;
4841}
4842
4843declare module 'material-ui/svg-icons/editor/format-indent-increase' {
4844 export import EditorFormatIndentIncrease = __MaterialUI.SvgIcon;
4845 export default EditorFormatIndentIncrease;
4846}
4847
4848declare module 'material-ui/svg-icons/editor/format-italic' {
4849 export import EditorFormatItalic = __MaterialUI.SvgIcon;
4850 export default EditorFormatItalic;
4851}
4852
4853declare module 'material-ui/svg-icons/editor/format-line-spacing' {
4854 export import EditorFormatLineSpacing = __MaterialUI.SvgIcon;
4855 export default EditorFormatLineSpacing;
4856}
4857
4858declare module 'material-ui/svg-icons/editor/format-list-bulleted' {
4859 export import EditorFormatListBulleted = __MaterialUI.SvgIcon;
4860 export default EditorFormatListBulleted;
4861}
4862
4863declare module 'material-ui/svg-icons/editor/format-list-numbered' {
4864 export import EditorFormatListNumbered = __MaterialUI.SvgIcon;
4865 export default EditorFormatListNumbered;
4866}
4867
4868declare module 'material-ui/svg-icons/editor/format-paint' {
4869 export import EditorFormatPaint = __MaterialUI.SvgIcon;
4870 export default EditorFormatPaint;
4871}
4872
4873declare module 'material-ui/svg-icons/editor/format-quote' {
4874 export import EditorFormatQuote = __MaterialUI.SvgIcon;
4875 export default EditorFormatQuote;
4876}
4877
4878declare module 'material-ui/svg-icons/editor/format-shapes' {
4879 export import EditorFormatShapes = __MaterialUI.SvgIcon;
4880 export default EditorFormatShapes;
4881}
4882
4883declare module 'material-ui/svg-icons/editor/format-size' {
4884 export import EditorFormatSize = __MaterialUI.SvgIcon;
4885 export default EditorFormatSize;
4886}
4887
4888declare module 'material-ui/svg-icons/editor/format-strikethrough' {
4889 export import EditorFormatStrikethrough = __MaterialUI.SvgIcon;
4890 export default EditorFormatStrikethrough;
4891}
4892
4893declare module 'material-ui/svg-icons/editor/format-textdirection-l-to-r' {
4894 export import EditorFormatTextdirectionLToR = __MaterialUI.SvgIcon;
4895 export default EditorFormatTextdirectionLToR;
4896}
4897
4898declare module 'material-ui/svg-icons/editor/format-textdirection-r-to-l' {
4899 export import EditorFormatTextdirectionRToL = __MaterialUI.SvgIcon;
4900 export default EditorFormatTextdirectionRToL;
4901}
4902
4903declare module 'material-ui/svg-icons/editor/format-underlined' {
4904 export import EditorFormatUnderlined = __MaterialUI.SvgIcon;
4905 export default EditorFormatUnderlined;
4906}
4907
4908declare module 'material-ui/svg-icons/editor/functions' {
4909 export import EditorFunctions = __MaterialUI.SvgIcon;
4910 export default EditorFunctions;
4911}
4912
4913declare module 'material-ui/svg-icons/editor/highlight' {
4914 export import EditorHighlight = __MaterialUI.SvgIcon;
4915 export default EditorHighlight;
4916}
4917
4918declare module 'material-ui/svg-icons/editor/insert-chart' {
4919 export import EditorInsertChart = __MaterialUI.SvgIcon;
4920 export default EditorInsertChart;
4921}
4922
4923declare module 'material-ui/svg-icons/editor/insert-comment' {
4924 export import EditorInsertComment = __MaterialUI.SvgIcon;
4925 export default EditorInsertComment;
4926}
4927
4928declare module 'material-ui/svg-icons/editor/insert-drive-file' {
4929 export import EditorInsertDriveFile = __MaterialUI.SvgIcon;
4930 export default EditorInsertDriveFile;
4931}
4932
4933declare module 'material-ui/svg-icons/editor/insert-emoticon' {
4934 export import EditorInsertEmoticon = __MaterialUI.SvgIcon;
4935 export default EditorInsertEmoticon;
4936}
4937
4938declare module 'material-ui/svg-icons/editor/insert-invitation' {
4939 export import EditorInsertInvitation = __MaterialUI.SvgIcon;
4940 export default EditorInsertInvitation;
4941}
4942
4943declare module 'material-ui/svg-icons/editor/insert-link' {
4944 export import EditorInsertLink = __MaterialUI.SvgIcon;
4945 export default EditorInsertLink;
4946}
4947
4948declare module 'material-ui/svg-icons/editor/insert-photo' {
4949 export import EditorInsertPhoto = __MaterialUI.SvgIcon;
4950 export default EditorInsertPhoto;
4951}
4952
4953declare module 'material-ui/svg-icons/editor/linear-scale' {
4954 export import EditorLinearScale = __MaterialUI.SvgIcon;
4955 export default EditorLinearScale;
4956}
4957
4958declare module 'material-ui/svg-icons/editor/merge-type' {
4959 export import EditorMergeType = __MaterialUI.SvgIcon;
4960 export default EditorMergeType;
4961}
4962
4963declare module 'material-ui/svg-icons/editor/mode-comment' {
4964 export import EditorModeComment = __MaterialUI.SvgIcon;
4965 export default EditorModeComment;
4966}
4967
4968declare module 'material-ui/svg-icons/editor/mode-edit' {
4969 export import EditorModeEdit = __MaterialUI.SvgIcon;
4970 export default EditorModeEdit;
4971}
4972
4973declare module 'material-ui/svg-icons/editor/monetization-on' {
4974 export import EditorMonetizationOn = __MaterialUI.SvgIcon;
4975 export default EditorMonetizationOn;
4976}
4977
4978declare module 'material-ui/svg-icons/editor/money-off' {
4979 export import EditorMoneyOff = __MaterialUI.SvgIcon;
4980 export default EditorMoneyOff;
4981}
4982
4983declare module 'material-ui/svg-icons/editor/multiline-chart' {
4984 export import EditorMultilineChart = __MaterialUI.SvgIcon;
4985 export default EditorMultilineChart;
4986}
4987
4988declare module 'material-ui/svg-icons/editor/pie-chart' {
4989 export import EditorPieChart = __MaterialUI.SvgIcon;
4990 export default EditorPieChart;
4991}
4992
4993declare module 'material-ui/svg-icons/editor/pie-chart-outlined' {
4994 export import EditorPieChartOutlined = __MaterialUI.SvgIcon;
4995 export default EditorPieChartOutlined;
4996}
4997
4998declare module 'material-ui/svg-icons/editor/publish' {
4999 export import EditorPublish = __MaterialUI.SvgIcon;
5000 export default EditorPublish;
5001}
5002
5003declare module 'material-ui/svg-icons/editor/short-text' {
5004 export import EditorShortText = __MaterialUI.SvgIcon;
5005 export default EditorShortText;
5006}
5007
5008declare module 'material-ui/svg-icons/editor/show-chart' {
5009 export import EditorShowChart = __MaterialUI.SvgIcon;
5010 export default EditorShowChart;
5011}
5012
5013declare module 'material-ui/svg-icons/editor/space-bar' {
5014 export import EditorSpaceBar = __MaterialUI.SvgIcon;
5015 export default EditorSpaceBar;
5016}
5017
5018declare module 'material-ui/svg-icons/editor/strikethrough-s' {
5019 export import EditorStrikethroughS = __MaterialUI.SvgIcon;
5020 export default EditorStrikethroughS;
5021}
5022
5023declare module 'material-ui/svg-icons/editor/text-fields' {
5024 export import EditorTextFields = __MaterialUI.SvgIcon;
5025 export default EditorTextFields;
5026}
5027
5028declare module 'material-ui/svg-icons/editor/title' {
5029 export import EditorTitle = __MaterialUI.SvgIcon;
5030 export default EditorTitle;
5031}
5032
5033declare module 'material-ui/svg-icons/editor/vertical-align-bottom' {
5034 export import EditorVerticalAlignBottom = __MaterialUI.SvgIcon;
5035 export default EditorVerticalAlignBottom;
5036}
5037
5038declare module 'material-ui/svg-icons/editor/vertical-align-center' {
5039 export import EditorVerticalAlignCenter = __MaterialUI.SvgIcon;
5040 export default EditorVerticalAlignCenter;
5041}
5042
5043declare module 'material-ui/svg-icons/editor/vertical-align-top' {
5044 export import EditorVerticalAlignTop = __MaterialUI.SvgIcon;
5045 export default EditorVerticalAlignTop;
5046}
5047
5048declare module 'material-ui/svg-icons/editor/wrap-text' {
5049 export import EditorWrapText = __MaterialUI.SvgIcon;
5050 export default EditorWrapText;
5051}
5052
5053declare module 'material-ui/svg-icons/file/attachment' {
5054 export import FileAttachment = __MaterialUI.SvgIcon;
5055 export default FileAttachment;
5056}
5057
5058declare module 'material-ui/svg-icons/file/cloud' {
5059 export import FileCloud = __MaterialUI.SvgIcon;
5060 export default FileCloud;
5061}
5062
5063declare module 'material-ui/svg-icons/file/cloud-circle' {
5064 export import FileCloudCircle = __MaterialUI.SvgIcon;
5065 export default FileCloudCircle;
5066}
5067
5068declare module 'material-ui/svg-icons/file/cloud-done' {
5069 export import FileCloudDone = __MaterialUI.SvgIcon;
5070 export default FileCloudDone;
5071}
5072
5073declare module 'material-ui/svg-icons/file/cloud-download' {
5074 export import FileCloudDownload = __MaterialUI.SvgIcon;
5075 export default FileCloudDownload;
5076}
5077
5078declare module 'material-ui/svg-icons/file/cloud-off' {
5079 export import FileCloudOff = __MaterialUI.SvgIcon;
5080 export default FileCloudOff;
5081}
5082
5083declare module 'material-ui/svg-icons/file/cloud-queue' {
5084 export import FileCloudQueue = __MaterialUI.SvgIcon;
5085 export default FileCloudQueue;
5086}
5087
5088declare module 'material-ui/svg-icons/file/cloud-upload' {
5089 export import FileCloudUpload = __MaterialUI.SvgIcon;
5090 export default FileCloudUpload;
5091}
5092
5093declare module 'material-ui/svg-icons/file/create-new-folder' {
5094 export import FileCreateNewFolder = __MaterialUI.SvgIcon;
5095 export default FileCreateNewFolder;
5096}
5097
5098declare module 'material-ui/svg-icons/file/file-download' {
5099 export import FileFileDownload = __MaterialUI.SvgIcon;
5100 export default FileFileDownload;
5101}
5102
5103declare module 'material-ui/svg-icons/file/file-upload' {
5104 export import FileFileUpload = __MaterialUI.SvgIcon;
5105 export default FileFileUpload;
5106}
5107
5108declare module 'material-ui/svg-icons/file/folder' {
5109 export import FileFolder = __MaterialUI.SvgIcon;
5110 export default FileFolder;
5111}
5112
5113declare module 'material-ui/svg-icons/file/folder-open' {
5114 export import FileFolderOpen = __MaterialUI.SvgIcon;
5115 export default FileFolderOpen;
5116}
5117
5118declare module 'material-ui/svg-icons/file/folder-shared' {
5119 export import FileFolderShared = __MaterialUI.SvgIcon;
5120 export default FileFolderShared;
5121}
5122
5123declare module 'material-ui/svg-icons/hardware/cast' {
5124 export import HardwareCast = __MaterialUI.SvgIcon;
5125 export default HardwareCast;
5126}
5127
5128declare module 'material-ui/svg-icons/hardware/cast-connected' {
5129 export import HardwareCastConnected = __MaterialUI.SvgIcon;
5130 export default HardwareCastConnected;
5131}
5132
5133declare module 'material-ui/svg-icons/hardware/computer' {
5134 export import HardwareComputer = __MaterialUI.SvgIcon;
5135 export default HardwareComputer;
5136}
5137
5138declare module 'material-ui/svg-icons/hardware/desktop-mac' {
5139 export import HardwareDesktopMac = __MaterialUI.SvgIcon;
5140 export default HardwareDesktopMac;
5141}
5142
5143declare module 'material-ui/svg-icons/hardware/desktop-windows' {
5144 export import HardwareDesktopWindows = __MaterialUI.SvgIcon;
5145 export default HardwareDesktopWindows;
5146}
5147
5148declare module 'material-ui/svg-icons/hardware/developer-board' {
5149 export import HardwareDeveloperBoard = __MaterialUI.SvgIcon;
5150 export default HardwareDeveloperBoard;
5151}
5152
5153declare module 'material-ui/svg-icons/hardware/device-hub' {
5154 export import HardwareDeviceHub = __MaterialUI.SvgIcon;
5155 export default HardwareDeviceHub;
5156}
5157
5158declare module 'material-ui/svg-icons/hardware/devices-other' {
5159 export import HardwareDevicesOther = __MaterialUI.SvgIcon;
5160 export default HardwareDevicesOther;
5161}
5162
5163declare module 'material-ui/svg-icons/hardware/dock' {
5164 export import HardwareDock = __MaterialUI.SvgIcon;
5165 export default HardwareDock;
5166}
5167
5168declare module 'material-ui/svg-icons/hardware/gamepad' {
5169 export import HardwareGamepad = __MaterialUI.SvgIcon;
5170 export default HardwareGamepad;
5171}
5172
5173declare module 'material-ui/svg-icons/hardware/headset' {
5174 export import HardwareHeadset = __MaterialUI.SvgIcon;
5175 export default HardwareHeadset;
5176}
5177
5178declare module 'material-ui/svg-icons/hardware/headset-mic' {
5179 export import HardwareHeadsetMic = __MaterialUI.SvgIcon;
5180 export default HardwareHeadsetMic;
5181}
5182
5183declare module 'material-ui/svg-icons/hardware/keyboard' {
5184 export import HardwareKeyboard = __MaterialUI.SvgIcon;
5185 export default HardwareKeyboard;
5186}
5187
5188declare module 'material-ui/svg-icons/hardware/keyboard-arrow-down' {
5189 export import HardwareKeyboardArrowDown = __MaterialUI.SvgIcon;
5190 export default HardwareKeyboardArrowDown;
5191}
5192
5193declare module 'material-ui/svg-icons/hardware/keyboard-arrow-left' {
5194 export import HardwareKeyboardArrowLeft = __MaterialUI.SvgIcon;
5195 export default HardwareKeyboardArrowLeft;
5196}
5197
5198declare module 'material-ui/svg-icons/hardware/keyboard-arrow-right' {
5199 export import HardwareKeyboardArrowRight = __MaterialUI.SvgIcon;
5200 export default HardwareKeyboardArrowRight;
5201}
5202
5203declare module 'material-ui/svg-icons/hardware/keyboard-arrow-up' {
5204 export import HardwareKeyboardArrowUp = __MaterialUI.SvgIcon;
5205 export default HardwareKeyboardArrowUp;
5206}
5207
5208declare module 'material-ui/svg-icons/hardware/keyboard-backspace' {
5209 export import HardwareKeyboardBackspace = __MaterialUI.SvgIcon;
5210 export default HardwareKeyboardBackspace;
5211}
5212
5213declare module 'material-ui/svg-icons/hardware/keyboard-capslock' {
5214 export import HardwareKeyboardCapslock = __MaterialUI.SvgIcon;
5215 export default HardwareKeyboardCapslock;
5216}
5217
5218declare module 'material-ui/svg-icons/hardware/keyboard-hide' {
5219 export import HardwareKeyboardHide = __MaterialUI.SvgIcon;
5220 export default HardwareKeyboardHide;
5221}
5222
5223declare module 'material-ui/svg-icons/hardware/keyboard-return' {
5224 export import HardwareKeyboardReturn = __MaterialUI.SvgIcon;
5225 export default HardwareKeyboardReturn;
5226}
5227
5228declare module 'material-ui/svg-icons/hardware/keyboard-tab' {
5229 export import HardwareKeyboardTab = __MaterialUI.SvgIcon;
5230 export default HardwareKeyboardTab;
5231}
5232
5233declare module 'material-ui/svg-icons/hardware/keyboard-voice' {
5234 export import HardwareKeyboardVoice = __MaterialUI.SvgIcon;
5235 export default HardwareKeyboardVoice;
5236}
5237
5238declare module 'material-ui/svg-icons/hardware/laptop' {
5239 export import HardwareLaptop = __MaterialUI.SvgIcon;
5240 export default HardwareLaptop;
5241}
5242
5243declare module 'material-ui/svg-icons/hardware/laptop-chromebook' {
5244 export import HardwareLaptopChromebook = __MaterialUI.SvgIcon;
5245 export default HardwareLaptopChromebook;
5246}
5247
5248declare module 'material-ui/svg-icons/hardware/laptop-mac' {
5249 export import HardwareLaptopMac = __MaterialUI.SvgIcon;
5250 export default HardwareLaptopMac;
5251}
5252
5253declare module 'material-ui/svg-icons/hardware/laptop-windows' {
5254 export import HardwareLaptopWindows = __MaterialUI.SvgIcon;
5255 export default HardwareLaptopWindows;
5256}
5257
5258declare module 'material-ui/svg-icons/hardware/memory' {
5259 export import HardwareMemory = __MaterialUI.SvgIcon;
5260 export default HardwareMemory;
5261}
5262
5263declare module 'material-ui/svg-icons/hardware/mouse' {
5264 export import HardwareMouse = __MaterialUI.SvgIcon;
5265 export default HardwareMouse;
5266}
5267
5268declare module 'material-ui/svg-icons/hardware/phone-android' {
5269 export import HardwarePhoneAndroid = __MaterialUI.SvgIcon;
5270 export default HardwarePhoneAndroid;
5271}
5272
5273declare module 'material-ui/svg-icons/hardware/phone-iphone' {
5274 export import HardwarePhoneIphone = __MaterialUI.SvgIcon;
5275 export default HardwarePhoneIphone;
5276}
5277
5278declare module 'material-ui/svg-icons/hardware/phonelink' {
5279 export import HardwarePhonelink = __MaterialUI.SvgIcon;
5280 export default HardwarePhonelink;
5281}
5282
5283declare module 'material-ui/svg-icons/hardware/phonelink-off' {
5284 export import HardwarePhonelinkOff = __MaterialUI.SvgIcon;
5285 export default HardwarePhonelinkOff;
5286}
5287
5288declare module 'material-ui/svg-icons/hardware/power-input' {
5289 export import HardwarePowerInput = __MaterialUI.SvgIcon;
5290 export default HardwarePowerInput;
5291}
5292
5293declare module 'material-ui/svg-icons/hardware/router' {
5294 export import HardwareRouter = __MaterialUI.SvgIcon;
5295 export default HardwareRouter;
5296}
5297
5298declare module 'material-ui/svg-icons/hardware/scanner' {
5299 export import HardwareScanner = __MaterialUI.SvgIcon;
5300 export default HardwareScanner;
5301}
5302
5303declare module 'material-ui/svg-icons/hardware/security' {
5304 export import HardwareSecurity = __MaterialUI.SvgIcon;
5305 export default HardwareSecurity;
5306}
5307
5308declare module 'material-ui/svg-icons/hardware/sim-card' {
5309 export import HardwareSimCard = __MaterialUI.SvgIcon;
5310 export default HardwareSimCard;
5311}
5312
5313declare module 'material-ui/svg-icons/hardware/smartphone' {
5314 export import HardwareSmartphone = __MaterialUI.SvgIcon;
5315 export default HardwareSmartphone;
5316}
5317
5318declare module 'material-ui/svg-icons/hardware/speaker' {
5319 export import HardwareSpeaker = __MaterialUI.SvgIcon;
5320 export default HardwareSpeaker;
5321}
5322
5323declare module 'material-ui/svg-icons/hardware/speaker-group' {
5324 export import HardwareSpeakerGroup = __MaterialUI.SvgIcon;
5325 export default HardwareSpeakerGroup;
5326}
5327
5328declare module 'material-ui/svg-icons/hardware/tablet' {
5329 export import HardwareTablet = __MaterialUI.SvgIcon;
5330 export default HardwareTablet;
5331}
5332
5333declare module 'material-ui/svg-icons/hardware/tablet-android' {
5334 export import HardwareTabletAndroid = __MaterialUI.SvgIcon;
5335 export default HardwareTabletAndroid;
5336}
5337
5338declare module 'material-ui/svg-icons/hardware/tablet-mac' {
5339 export import HardwareTabletMac = __MaterialUI.SvgIcon;
5340 export default HardwareTabletMac;
5341}
5342
5343declare module 'material-ui/svg-icons/hardware/toys' {
5344 export import HardwareToys = __MaterialUI.SvgIcon;
5345 export default HardwareToys;
5346}
5347
5348declare module 'material-ui/svg-icons/hardware/tv' {
5349 export import HardwareTv = __MaterialUI.SvgIcon;
5350 export default HardwareTv;
5351}
5352
5353declare module 'material-ui/svg-icons/hardware/videogame-asset' {
5354 export import HardwareVideogameAsset = __MaterialUI.SvgIcon;
5355 export default HardwareVideogameAsset;
5356}
5357
5358declare module 'material-ui/svg-icons/hardware/watch' {
5359 export import HardwareWatch = __MaterialUI.SvgIcon;
5360 export default HardwareWatch;
5361}
5362
5363declare module 'material-ui/svg-icons/image/add-a-photo' {
5364 export import ImageAddAPhoto = __MaterialUI.SvgIcon;
5365 export default ImageAddAPhoto;
5366}
5367
5368declare module 'material-ui/svg-icons/image/add-to-photos' {
5369 export import ImageAddToPhotos = __MaterialUI.SvgIcon;
5370 export default ImageAddToPhotos;
5371}
5372
5373declare module 'material-ui/svg-icons/image/adjust' {
5374 export import ImageAdjust = __MaterialUI.SvgIcon;
5375 export default ImageAdjust;
5376}
5377
5378declare module 'material-ui/svg-icons/image/assistant' {
5379 export import ImageAssistant = __MaterialUI.SvgIcon;
5380 export default ImageAssistant;
5381}
5382
5383declare module 'material-ui/svg-icons/image/assistant-photo' {
5384 export import ImageAssistantPhoto = __MaterialUI.SvgIcon;
5385 export default ImageAssistantPhoto;
5386}
5387
5388declare module 'material-ui/svg-icons/image/audiotrack' {
5389 export import ImageAudiotrack = __MaterialUI.SvgIcon;
5390 export default ImageAudiotrack;
5391}
5392
5393declare module 'material-ui/svg-icons/image/blur-circular' {
5394 export import ImageBlurCircular = __MaterialUI.SvgIcon;
5395 export default ImageBlurCircular;
5396}
5397
5398declare module 'material-ui/svg-icons/image/blur-linear' {
5399 export import ImageBlurLinear = __MaterialUI.SvgIcon;
5400 export default ImageBlurLinear;
5401}
5402
5403declare module 'material-ui/svg-icons/image/blur-off' {
5404 export import ImageBlurOff = __MaterialUI.SvgIcon;
5405 export default ImageBlurOff;
5406}
5407
5408declare module 'material-ui/svg-icons/image/blur-on' {
5409 export import ImageBlurOn = __MaterialUI.SvgIcon;
5410 export default ImageBlurOn;
5411}
5412
5413declare module 'material-ui/svg-icons/image/brightness-1' {
5414 export import ImageBrightness1 = __MaterialUI.SvgIcon;
5415 export default ImageBrightness1;
5416}
5417
5418declare module 'material-ui/svg-icons/image/brightness-2' {
5419 export import ImageBrightness2 = __MaterialUI.SvgIcon;
5420 export default ImageBrightness2;
5421}
5422
5423declare module 'material-ui/svg-icons/image/brightness-3' {
5424 export import ImageBrightness3 = __MaterialUI.SvgIcon;
5425 export default ImageBrightness3;
5426}
5427
5428declare module 'material-ui/svg-icons/image/brightness-4' {
5429 export import ImageBrightness4 = __MaterialUI.SvgIcon;
5430 export default ImageBrightness4;
5431}
5432
5433declare module 'material-ui/svg-icons/image/brightness-5' {
5434 export import ImageBrightness5 = __MaterialUI.SvgIcon;
5435 export default ImageBrightness5;
5436}
5437
5438declare module 'material-ui/svg-icons/image/brightness-6' {
5439 export import ImageBrightness6 = __MaterialUI.SvgIcon;
5440 export default ImageBrightness6;
5441}
5442
5443declare module 'material-ui/svg-icons/image/brightness-7' {
5444 export import ImageBrightness7 = __MaterialUI.SvgIcon;
5445 export default ImageBrightness7;
5446}
5447
5448declare module 'material-ui/svg-icons/image/broken-image' {
5449 export import ImageBrokenImage = __MaterialUI.SvgIcon;
5450 export default ImageBrokenImage;
5451}
5452
5453declare module 'material-ui/svg-icons/image/brush' {
5454 export import ImageBrush = __MaterialUI.SvgIcon;
5455 export default ImageBrush;
5456}
5457
5458declare module 'material-ui/svg-icons/image/burst-mode' {
5459 export import ImageBurstMode = __MaterialUI.SvgIcon;
5460 export default ImageBurstMode;
5461}
5462
5463declare module 'material-ui/svg-icons/image/camera' {
5464 export import ImageCamera = __MaterialUI.SvgIcon;
5465 export default ImageCamera;
5466}
5467
5468declare module 'material-ui/svg-icons/image/camera-alt' {
5469 export import ImageCameraAlt = __MaterialUI.SvgIcon;
5470 export default ImageCameraAlt;
5471}
5472
5473declare module 'material-ui/svg-icons/image/camera-front' {
5474 export import ImageCameraFront = __MaterialUI.SvgIcon;
5475 export default ImageCameraFront;
5476}
5477
5478declare module 'material-ui/svg-icons/image/camera-rear' {
5479 export import ImageCameraRear = __MaterialUI.SvgIcon;
5480 export default ImageCameraRear;
5481}
5482
5483declare module 'material-ui/svg-icons/image/camera-roll' {
5484 export import ImageCameraRoll = __MaterialUI.SvgIcon;
5485 export default ImageCameraRoll;
5486}
5487
5488declare module 'material-ui/svg-icons/image/center-focus-strong' {
5489 export import ImageCenterFocusStrong = __MaterialUI.SvgIcon;
5490 export default ImageCenterFocusStrong;
5491}
5492
5493declare module 'material-ui/svg-icons/image/center-focus-weak' {
5494 export import ImageCenterFocusWeak = __MaterialUI.SvgIcon;
5495 export default ImageCenterFocusWeak;
5496}
5497
5498declare module 'material-ui/svg-icons/image/collections' {
5499 export import ImageCollections = __MaterialUI.SvgIcon;
5500 export default ImageCollections;
5501}
5502
5503declare module 'material-ui/svg-icons/image/collections-bookmark' {
5504 export import ImageCollectionsBookmark = __MaterialUI.SvgIcon;
5505 export default ImageCollectionsBookmark;
5506}
5507
5508declare module 'material-ui/svg-icons/image/color-lens' {
5509 export import ImageColorLens = __MaterialUI.SvgIcon;
5510 export default ImageColorLens;
5511}
5512
5513declare module 'material-ui/svg-icons/image/colorize' {
5514 export import ImageColorize = __MaterialUI.SvgIcon;
5515 export default ImageColorize;
5516}
5517
5518declare module 'material-ui/svg-icons/image/compare' {
5519 export import ImageCompare = __MaterialUI.SvgIcon;
5520 export default ImageCompare;
5521}
5522
5523declare module 'material-ui/svg-icons/image/control-point' {
5524 export import ImageControlPoint = __MaterialUI.SvgIcon;
5525 export default ImageControlPoint;
5526}
5527
5528declare module 'material-ui/svg-icons/image/control-point-duplicate' {
5529 export import ImageControlPointDuplicate = __MaterialUI.SvgIcon;
5530 export default ImageControlPointDuplicate;
5531}
5532
5533declare module 'material-ui/svg-icons/image/crop' {
5534 export import ImageCrop = __MaterialUI.SvgIcon;
5535 export default ImageCrop;
5536}
5537
5538declare module 'material-ui/svg-icons/image/crop-16-9' {
5539 export import ImageCrop169 = __MaterialUI.SvgIcon;
5540 export default ImageCrop169;
5541}
5542
5543declare module 'material-ui/svg-icons/image/crop-3-2' {
5544 export import ImageCrop32 = __MaterialUI.SvgIcon;
5545 export default ImageCrop32;
5546}
5547
5548declare module 'material-ui/svg-icons/image/crop-5-4' {
5549 export import ImageCrop54 = __MaterialUI.SvgIcon;
5550 export default ImageCrop54;
5551}
5552
5553declare module 'material-ui/svg-icons/image/crop-7-5' {
5554 export import ImageCrop75 = __MaterialUI.SvgIcon;
5555 export default ImageCrop75;
5556}
5557
5558declare module 'material-ui/svg-icons/image/crop-din' {
5559 export import ImageCropDin = __MaterialUI.SvgIcon;
5560 export default ImageCropDin;
5561}
5562
5563declare module 'material-ui/svg-icons/image/crop-free' {
5564 export import ImageCropFree = __MaterialUI.SvgIcon;
5565 export default ImageCropFree;
5566}
5567
5568declare module 'material-ui/svg-icons/image/crop-landscape' {
5569 export import ImageCropLandscape = __MaterialUI.SvgIcon;
5570 export default ImageCropLandscape;
5571}
5572
5573declare module 'material-ui/svg-icons/image/crop-original' {
5574 export import ImageCropOriginal = __MaterialUI.SvgIcon;
5575 export default ImageCropOriginal;
5576}
5577
5578declare module 'material-ui/svg-icons/image/crop-portrait' {
5579 export import ImageCropPortrait = __MaterialUI.SvgIcon;
5580 export default ImageCropPortrait;
5581}
5582
5583declare module 'material-ui/svg-icons/image/crop-rotate' {
5584 export import ImageCropRotate = __MaterialUI.SvgIcon;
5585 export default ImageCropRotate;
5586}
5587
5588declare module 'material-ui/svg-icons/image/crop-square' {
5589 export import ImageCropSquare = __MaterialUI.SvgIcon;
5590 export default ImageCropSquare;
5591}
5592
5593declare module 'material-ui/svg-icons/image/dehaze' {
5594 export import ImageDehaze = __MaterialUI.SvgIcon;
5595 export default ImageDehaze;
5596}
5597
5598declare module 'material-ui/svg-icons/image/details' {
5599 export import ImageDetails = __MaterialUI.SvgIcon;
5600 export default ImageDetails;
5601}
5602
5603declare module 'material-ui/svg-icons/image/edit' {
5604 export import ImageEdit = __MaterialUI.SvgIcon;
5605 export default ImageEdit;
5606}
5607
5608declare module 'material-ui/svg-icons/image/exposure' {
5609 export import ImageExposure = __MaterialUI.SvgIcon;
5610 export default ImageExposure;
5611}
5612
5613declare module 'material-ui/svg-icons/image/exposure-neg-1' {
5614 export import ImageExposureNeg1 = __MaterialUI.SvgIcon;
5615 export default ImageExposureNeg1;
5616}
5617
5618declare module 'material-ui/svg-icons/image/exposure-neg-2' {
5619 export import ImageExposureNeg2 = __MaterialUI.SvgIcon;
5620 export default ImageExposureNeg2;
5621}
5622
5623declare module 'material-ui/svg-icons/image/exposure-plus-1' {
5624 export import ImageExposurePlus1 = __MaterialUI.SvgIcon;
5625 export default ImageExposurePlus1;
5626}
5627
5628declare module 'material-ui/svg-icons/image/exposure-plus-2' {
5629 export import ImageExposurePlus2 = __MaterialUI.SvgIcon;
5630 export default ImageExposurePlus2;
5631}
5632
5633declare module 'material-ui/svg-icons/image/exposure-zero' {
5634 export import ImageExposureZero = __MaterialUI.SvgIcon;
5635 export default ImageExposureZero;
5636}
5637
5638declare module 'material-ui/svg-icons/image/filter' {
5639 export import ImageFilter = __MaterialUI.SvgIcon;
5640 export default ImageFilter;
5641}
5642
5643declare module 'material-ui/svg-icons/image/filter-1' {
5644 export import ImageFilter1 = __MaterialUI.SvgIcon;
5645 export default ImageFilter1;
5646}
5647
5648declare module 'material-ui/svg-icons/image/filter-2' {
5649 export import ImageFilter2 = __MaterialUI.SvgIcon;
5650 export default ImageFilter2;
5651}
5652
5653declare module 'material-ui/svg-icons/image/filter-3' {
5654 export import ImageFilter3 = __MaterialUI.SvgIcon;
5655 export default ImageFilter3;
5656}
5657
5658declare module 'material-ui/svg-icons/image/filter-4' {
5659 export import ImageFilter4 = __MaterialUI.SvgIcon;
5660 export default ImageFilter4;
5661}
5662
5663declare module 'material-ui/svg-icons/image/filter-5' {
5664 export import ImageFilter5 = __MaterialUI.SvgIcon;
5665 export default ImageFilter5;
5666}
5667
5668declare module 'material-ui/svg-icons/image/filter-6' {
5669 export import ImageFilter6 = __MaterialUI.SvgIcon;
5670 export default ImageFilter6;
5671}
5672
5673declare module 'material-ui/svg-icons/image/filter-7' {
5674 export import ImageFilter7 = __MaterialUI.SvgIcon;
5675 export default ImageFilter7;
5676}
5677
5678declare module 'material-ui/svg-icons/image/filter-8' {
5679 export import ImageFilter8 = __MaterialUI.SvgIcon;
5680 export default ImageFilter8;
5681}
5682
5683declare module 'material-ui/svg-icons/image/filter-9' {
5684 export import ImageFilter9 = __MaterialUI.SvgIcon;
5685 export default ImageFilter9;
5686}
5687
5688declare module 'material-ui/svg-icons/image/filter-9-plus' {
5689 export import ImageFilter9Plus = __MaterialUI.SvgIcon;
5690 export default ImageFilter9Plus;
5691}
5692
5693declare module 'material-ui/svg-icons/image/filter-b-and-w' {
5694 export import ImageFilterBAndW = __MaterialUI.SvgIcon;
5695 export default ImageFilterBAndW;
5696}
5697
5698declare module 'material-ui/svg-icons/image/filter-center-focus' {
5699 export import ImageFilterCenterFocus = __MaterialUI.SvgIcon;
5700 export default ImageFilterCenterFocus;
5701}
5702
5703declare module 'material-ui/svg-icons/image/filter-drama' {
5704 export import ImageFilterDrama = __MaterialUI.SvgIcon;
5705 export default ImageFilterDrama;
5706}
5707
5708declare module 'material-ui/svg-icons/image/filter-frames' {
5709 export import ImageFilterFrames = __MaterialUI.SvgIcon;
5710 export default ImageFilterFrames;
5711}
5712
5713declare module 'material-ui/svg-icons/image/filter-hdr' {
5714 export import ImageFilterHdr = __MaterialUI.SvgIcon;
5715 export default ImageFilterHdr;
5716}
5717
5718declare module 'material-ui/svg-icons/image/filter-none' {
5719 export import ImageFilterNone = __MaterialUI.SvgIcon;
5720 export default ImageFilterNone;
5721}
5722
5723declare module 'material-ui/svg-icons/image/filter-tilt-shift' {
5724 export import ImageFilterTiltShift = __MaterialUI.SvgIcon;
5725 export default ImageFilterTiltShift;
5726}
5727
5728declare module 'material-ui/svg-icons/image/filter-vintage' {
5729 export import ImageFilterVintage = __MaterialUI.SvgIcon;
5730 export default ImageFilterVintage;
5731}
5732
5733declare module 'material-ui/svg-icons/image/flare' {
5734 export import ImageFlare = __MaterialUI.SvgIcon;
5735 export default ImageFlare;
5736}
5737
5738declare module 'material-ui/svg-icons/image/flash-auto' {
5739 export import ImageFlashAuto = __MaterialUI.SvgIcon;
5740 export default ImageFlashAuto;
5741}
5742
5743declare module 'material-ui/svg-icons/image/flash-off' {
5744 export import ImageFlashOff = __MaterialUI.SvgIcon;
5745 export default ImageFlashOff;
5746}
5747
5748declare module 'material-ui/svg-icons/image/flash-on' {
5749 export import ImageFlashOn = __MaterialUI.SvgIcon;
5750 export default ImageFlashOn;
5751}
5752
5753declare module 'material-ui/svg-icons/image/flip' {
5754 export import ImageFlip = __MaterialUI.SvgIcon;
5755 export default ImageFlip;
5756}
5757
5758declare module 'material-ui/svg-icons/image/gradient' {
5759 export import ImageGradient = __MaterialUI.SvgIcon;
5760 export default ImageGradient;
5761}
5762
5763declare module 'material-ui/svg-icons/image/grain' {
5764 export import ImageGrain = __MaterialUI.SvgIcon;
5765 export default ImageGrain;
5766}
5767
5768declare module 'material-ui/svg-icons/image/grid-off' {
5769 export import ImageGridOff = __MaterialUI.SvgIcon;
5770 export default ImageGridOff;
5771}
5772
5773declare module 'material-ui/svg-icons/image/grid-on' {
5774 export import ImageGridOn = __MaterialUI.SvgIcon;
5775 export default ImageGridOn;
5776}
5777
5778declare module 'material-ui/svg-icons/image/hdr-off' {
5779 export import ImageHdrOff = __MaterialUI.SvgIcon;
5780 export default ImageHdrOff;
5781}
5782
5783declare module 'material-ui/svg-icons/image/hdr-on' {
5784 export import ImageHdrOn = __MaterialUI.SvgIcon;
5785 export default ImageHdrOn;
5786}
5787
5788declare module 'material-ui/svg-icons/image/hdr-strong' {
5789 export import ImageHdrStrong = __MaterialUI.SvgIcon;
5790 export default ImageHdrStrong;
5791}
5792
5793declare module 'material-ui/svg-icons/image/hdr-weak' {
5794 export import ImageHdrWeak = __MaterialUI.SvgIcon;
5795 export default ImageHdrWeak;
5796}
5797
5798declare module 'material-ui/svg-icons/image/healing' {
5799 export import ImageHealing = __MaterialUI.SvgIcon;
5800 export default ImageHealing;
5801}
5802
5803declare module 'material-ui/svg-icons/image/image' {
5804 export import ImageImage = __MaterialUI.SvgIcon;
5805 export default ImageImage;
5806}
5807
5808declare module 'material-ui/svg-icons/image/image-aspect-ratio' {
5809 export import ImageImageAspectRatio = __MaterialUI.SvgIcon;
5810 export default ImageImageAspectRatio;
5811}
5812
5813declare module 'material-ui/svg-icons/image/iso' {
5814 export import ImageIso = __MaterialUI.SvgIcon;
5815 export default ImageIso;
5816}
5817
5818declare module 'material-ui/svg-icons/image/landscape' {
5819 export import ImageLandscape = __MaterialUI.SvgIcon;
5820 export default ImageLandscape;
5821}
5822
5823declare module 'material-ui/svg-icons/image/leak-add' {
5824 export import ImageLeakAdd = __MaterialUI.SvgIcon;
5825 export default ImageLeakAdd;
5826}
5827
5828declare module 'material-ui/svg-icons/image/leak-remove' {
5829 export import ImageLeakRemove = __MaterialUI.SvgIcon;
5830 export default ImageLeakRemove;
5831}
5832
5833declare module 'material-ui/svg-icons/image/lens' {
5834 export import ImageLens = __MaterialUI.SvgIcon;
5835 export default ImageLens;
5836}
5837
5838declare module 'material-ui/svg-icons/image/linked-camera' {
5839 export import ImageLinkedCamera = __MaterialUI.SvgIcon;
5840 export default ImageLinkedCamera;
5841}
5842
5843declare module 'material-ui/svg-icons/image/looks' {
5844 export import ImageLooks = __MaterialUI.SvgIcon;
5845 export default ImageLooks;
5846}
5847
5848declare module 'material-ui/svg-icons/image/looks-3' {
5849 export import ImageLooks3 = __MaterialUI.SvgIcon;
5850 export default ImageLooks3;
5851}
5852
5853declare module 'material-ui/svg-icons/image/looks-4' {
5854 export import ImageLooks4 = __MaterialUI.SvgIcon;
5855 export default ImageLooks4;
5856}
5857
5858declare module 'material-ui/svg-icons/image/looks-5' {
5859 export import ImageLooks5 = __MaterialUI.SvgIcon;
5860 export default ImageLooks5;
5861}
5862
5863declare module 'material-ui/svg-icons/image/looks-6' {
5864 export import ImageLooks6 = __MaterialUI.SvgIcon;
5865 export default ImageLooks6;
5866}
5867
5868declare module 'material-ui/svg-icons/image/looks-one' {
5869 export import ImageLooksOne = __MaterialUI.SvgIcon;
5870 export default ImageLooksOne;
5871}
5872
5873declare module 'material-ui/svg-icons/image/looks-two' {
5874 export import ImageLooksTwo = __MaterialUI.SvgIcon;
5875 export default ImageLooksTwo;
5876}
5877
5878declare module 'material-ui/svg-icons/image/loupe' {
5879 export import ImageLoupe = __MaterialUI.SvgIcon;
5880 export default ImageLoupe;
5881}
5882
5883declare module 'material-ui/svg-icons/image/monochrome-photos' {
5884 export import ImageMonochromePhotos = __MaterialUI.SvgIcon;
5885 export default ImageMonochromePhotos;
5886}
5887
5888declare module 'material-ui/svg-icons/image/movie-creation' {
5889 export import ImageMovieCreation = __MaterialUI.SvgIcon;
5890 export default ImageMovieCreation;
5891}
5892
5893declare module 'material-ui/svg-icons/image/movie-filter' {
5894 export import ImageMovieFilter = __MaterialUI.SvgIcon;
5895 export default ImageMovieFilter;
5896}
5897
5898declare module 'material-ui/svg-icons/image/music-note' {
5899 export import ImageMusicNote = __MaterialUI.SvgIcon;
5900 export default ImageMusicNote;
5901}
5902
5903declare module 'material-ui/svg-icons/image/nature' {
5904 export import ImageNature = __MaterialUI.SvgIcon;
5905 export default ImageNature;
5906}
5907
5908declare module 'material-ui/svg-icons/image/nature-people' {
5909 export import ImageNaturePeople = __MaterialUI.SvgIcon;
5910 export default ImageNaturePeople;
5911}
5912
5913declare module 'material-ui/svg-icons/image/navigate-before' {
5914 export import ImageNavigateBefore = __MaterialUI.SvgIcon;
5915 export default ImageNavigateBefore;
5916}
5917
5918declare module 'material-ui/svg-icons/image/navigate-next' {
5919 export import ImageNavigateNext = __MaterialUI.SvgIcon;
5920 export default ImageNavigateNext;
5921}
5922
5923declare module 'material-ui/svg-icons/image/palette' {
5924 export import ImagePalette = __MaterialUI.SvgIcon;
5925 export default ImagePalette;
5926}
5927
5928declare module 'material-ui/svg-icons/image/panorama' {
5929 export import ImagePanorama = __MaterialUI.SvgIcon;
5930 export default ImagePanorama;
5931}
5932
5933declare module 'material-ui/svg-icons/image/panorama-fish-eye' {
5934 export import ImagePanoramaFishEye = __MaterialUI.SvgIcon;
5935 export default ImagePanoramaFishEye;
5936}
5937
5938declare module 'material-ui/svg-icons/image/panorama-horizontal' {
5939 export import ImagePanoramaHorizontal = __MaterialUI.SvgIcon;
5940 export default ImagePanoramaHorizontal;
5941}
5942
5943declare module 'material-ui/svg-icons/image/panorama-vertical' {
5944 export import ImagePanoramaVertical = __MaterialUI.SvgIcon;
5945 export default ImagePanoramaVertical;
5946}
5947
5948declare module 'material-ui/svg-icons/image/panorama-wide-angle' {
5949 export import ImagePanoramaWideAngle = __MaterialUI.SvgIcon;
5950 export default ImagePanoramaWideAngle;
5951}
5952
5953declare module 'material-ui/svg-icons/image/photo' {
5954 export import ImagePhoto = __MaterialUI.SvgIcon;
5955 export default ImagePhoto;
5956}
5957
5958declare module 'material-ui/svg-icons/image/photo-album' {
5959 export import ImagePhotoAlbum = __MaterialUI.SvgIcon;
5960 export default ImagePhotoAlbum;
5961}
5962
5963declare module 'material-ui/svg-icons/image/photo-camera' {
5964 export import ImagePhotoCamera = __MaterialUI.SvgIcon;
5965 export default ImagePhotoCamera;
5966}
5967
5968declare module 'material-ui/svg-icons/image/photo-filter' {
5969 export import ImagePhotoFilter = __MaterialUI.SvgIcon;
5970 export default ImagePhotoFilter;
5971}
5972
5973declare module 'material-ui/svg-icons/image/photo-library' {
5974 export import ImagePhotoLibrary = __MaterialUI.SvgIcon;
5975 export default ImagePhotoLibrary;
5976}
5977
5978declare module 'material-ui/svg-icons/image/photo-size-select-actual' {
5979 export import ImagePhotoSizeSelectActual = __MaterialUI.SvgIcon;
5980 export default ImagePhotoSizeSelectActual;
5981}
5982
5983declare module 'material-ui/svg-icons/image/photo-size-select-large' {
5984 export import ImagePhotoSizeSelectLarge = __MaterialUI.SvgIcon;
5985 export default ImagePhotoSizeSelectLarge;
5986}
5987
5988declare module 'material-ui/svg-icons/image/photo-size-select-small' {
5989 export import ImagePhotoSizeSelectSmall = __MaterialUI.SvgIcon;
5990 export default ImagePhotoSizeSelectSmall;
5991}
5992
5993declare module 'material-ui/svg-icons/image/picture-as-pdf' {
5994 export import ImagePictureAsPdf = __MaterialUI.SvgIcon;
5995 export default ImagePictureAsPdf;
5996}
5997
5998declare module 'material-ui/svg-icons/image/portrait' {
5999 export import ImagePortrait = __MaterialUI.SvgIcon;
6000 export default ImagePortrait;
6001}
6002
6003declare module 'material-ui/svg-icons/image/remove-red-eye' {
6004 export import ImageRemoveRedEye = __MaterialUI.SvgIcon;
6005 export default ImageRemoveRedEye;
6006}
6007
6008declare module 'material-ui/svg-icons/image/rotate-90-degrees-ccw' {
6009 export import ImageRotate90DegreesCcw = __MaterialUI.SvgIcon;
6010 export default ImageRotate90DegreesCcw;
6011}
6012
6013declare module 'material-ui/svg-icons/image/rotate-left' {
6014 export import ImageRotateLeft = __MaterialUI.SvgIcon;
6015 export default ImageRotateLeft;
6016}
6017
6018declare module 'material-ui/svg-icons/image/rotate-right' {
6019 export import ImageRotateRight = __MaterialUI.SvgIcon;
6020 export default ImageRotateRight;
6021}
6022
6023declare module 'material-ui/svg-icons/image/slideshow' {
6024 export import ImageSlideshow = __MaterialUI.SvgIcon;
6025 export default ImageSlideshow;
6026}
6027
6028declare module 'material-ui/svg-icons/image/straighten' {
6029 export import ImageStraighten = __MaterialUI.SvgIcon;
6030 export default ImageStraighten;
6031}
6032
6033declare module 'material-ui/svg-icons/image/style' {
6034 export import ImageStyle = __MaterialUI.SvgIcon;
6035 export default ImageStyle;
6036}
6037
6038declare module 'material-ui/svg-icons/image/switch-camera' {
6039 export import ImageSwitchCamera = __MaterialUI.SvgIcon;
6040 export default ImageSwitchCamera;
6041}
6042
6043declare module 'material-ui/svg-icons/image/switch-video' {
6044 export import ImageSwitchVideo = __MaterialUI.SvgIcon;
6045 export default ImageSwitchVideo;
6046}
6047
6048declare module 'material-ui/svg-icons/image/tag-faces' {
6049 export import ImageTagFaces = __MaterialUI.SvgIcon;
6050 export default ImageTagFaces;
6051}
6052
6053declare module 'material-ui/svg-icons/image/texture' {
6054 export import ImageTexture = __MaterialUI.SvgIcon;
6055 export default ImageTexture;
6056}
6057
6058declare module 'material-ui/svg-icons/image/timelapse' {
6059 export import ImageTimelapse = __MaterialUI.SvgIcon;
6060 export default ImageTimelapse;
6061}
6062
6063declare module 'material-ui/svg-icons/image/timer' {
6064 export import ImageTimer = __MaterialUI.SvgIcon;
6065 export default ImageTimer;
6066}
6067
6068declare module 'material-ui/svg-icons/image/timer-10' {
6069 export import ImageTimer10 = __MaterialUI.SvgIcon;
6070 export default ImageTimer10;
6071}
6072
6073declare module 'material-ui/svg-icons/image/timer-3' {
6074 export import ImageTimer3 = __MaterialUI.SvgIcon;
6075 export default ImageTimer3;
6076}
6077
6078declare module 'material-ui/svg-icons/image/timer-off' {
6079 export import ImageTimerOff = __MaterialUI.SvgIcon;
6080 export default ImageTimerOff;
6081}
6082
6083declare module 'material-ui/svg-icons/image/tonality' {
6084 export import ImageTonality = __MaterialUI.SvgIcon;
6085 export default ImageTonality;
6086}
6087
6088declare module 'material-ui/svg-icons/image/transform' {
6089 export import ImageTransform = __MaterialUI.SvgIcon;
6090 export default ImageTransform;
6091}
6092
6093declare module 'material-ui/svg-icons/image/tune' {
6094 export import ImageTune = __MaterialUI.SvgIcon;
6095 export default ImageTune;
6096}
6097
6098declare module 'material-ui/svg-icons/image/view-comfy' {
6099 export import ImageViewComfy = __MaterialUI.SvgIcon;
6100 export default ImageViewComfy;
6101}
6102
6103declare module 'material-ui/svg-icons/image/view-compact' {
6104 export import ImageViewCompact = __MaterialUI.SvgIcon;
6105 export default ImageViewCompact;
6106}
6107
6108declare module 'material-ui/svg-icons/image/vignette' {
6109 export import ImageVignette = __MaterialUI.SvgIcon;
6110 export default ImageVignette;
6111}
6112
6113declare module 'material-ui/svg-icons/image/wb-auto' {
6114 export import ImageWbAuto = __MaterialUI.SvgIcon;
6115 export default ImageWbAuto;
6116}
6117
6118declare module 'material-ui/svg-icons/image/wb-cloudy' {
6119 export import ImageWbCloudy = __MaterialUI.SvgIcon;
6120 export default ImageWbCloudy;
6121}
6122
6123declare module 'material-ui/svg-icons/image/wb-incandescent' {
6124 export import ImageWbIncandescent = __MaterialUI.SvgIcon;
6125 export default ImageWbIncandescent;
6126}
6127
6128declare module 'material-ui/svg-icons/image/wb-iridescent' {
6129 export import ImageWbIridescent = __MaterialUI.SvgIcon;
6130 export default ImageWbIridescent;
6131}
6132
6133declare module 'material-ui/svg-icons/image/wb-sunny' {
6134 export import ImageWbSunny = __MaterialUI.SvgIcon;
6135 export default ImageWbSunny;
6136}
6137
6138declare module 'material-ui/svg-icons/maps/add-location' {
6139 export import MapsAddLocation = __MaterialUI.SvgIcon;
6140 export default MapsAddLocation;
6141}
6142
6143declare module 'material-ui/svg-icons/maps/beenhere' {
6144 export import MapsBeenhere = __MaterialUI.SvgIcon;
6145 export default MapsBeenhere;
6146}
6147
6148declare module 'material-ui/svg-icons/maps/directions' {
6149 export import MapsDirections = __MaterialUI.SvgIcon;
6150 export default MapsDirections;
6151}
6152
6153declare module 'material-ui/svg-icons/maps/directions-bike' {
6154 export import MapsDirectionsBike = __MaterialUI.SvgIcon;
6155 export default MapsDirectionsBike;
6156}
6157
6158declare module 'material-ui/svg-icons/maps/directions-boat' {
6159 export import MapsDirectionsBoat = __MaterialUI.SvgIcon;
6160 export default MapsDirectionsBoat;
6161}
6162
6163declare module 'material-ui/svg-icons/maps/directions-bus' {
6164 export import MapsDirectionsBus = __MaterialUI.SvgIcon;
6165 export default MapsDirectionsBus;
6166}
6167
6168declare module 'material-ui/svg-icons/maps/directions-car' {
6169 export import MapsDirectionsCar = __MaterialUI.SvgIcon;
6170 export default MapsDirectionsCar;
6171}
6172
6173declare module 'material-ui/svg-icons/maps/directions-railway' {
6174 export import MapsDirectionsRailway = __MaterialUI.SvgIcon;
6175 export default MapsDirectionsRailway;
6176}
6177
6178declare module 'material-ui/svg-icons/maps/directions-run' {
6179 export import MapsDirectionsRun = __MaterialUI.SvgIcon;
6180 export default MapsDirectionsRun;
6181}
6182
6183declare module 'material-ui/svg-icons/maps/directions-subway' {
6184 export import MapsDirectionsSubway = __MaterialUI.SvgIcon;
6185 export default MapsDirectionsSubway;
6186}
6187
6188declare module 'material-ui/svg-icons/maps/directions-transit' {
6189 export import MapsDirectionsTransit = __MaterialUI.SvgIcon;
6190 export default MapsDirectionsTransit;
6191}
6192
6193declare module 'material-ui/svg-icons/maps/directions-walk' {
6194 export import MapsDirectionsWalk = __MaterialUI.SvgIcon;
6195 export default MapsDirectionsWalk;
6196}
6197
6198declare module 'material-ui/svg-icons/maps/edit-location' {
6199 export import MapsEditLocation = __MaterialUI.SvgIcon;
6200 export default MapsEditLocation;
6201}
6202
6203declare module 'material-ui/svg-icons/maps/ev-station' {
6204 export import MapsEvStation = __MaterialUI.SvgIcon;
6205 export default MapsEvStation;
6206}
6207
6208declare module 'material-ui/svg-icons/maps/flight' {
6209 export import MapsFlight = __MaterialUI.SvgIcon;
6210 export default MapsFlight;
6211}
6212
6213declare module 'material-ui/svg-icons/maps/hotel' {
6214 export import MapsHotel = __MaterialUI.SvgIcon;
6215 export default MapsHotel;
6216}
6217
6218declare module 'material-ui/svg-icons/maps/layers' {
6219 export import MapsLayers = __MaterialUI.SvgIcon;
6220 export default MapsLayers;
6221}
6222
6223declare module 'material-ui/svg-icons/maps/layers-clear' {
6224 export import MapsLayersClear = __MaterialUI.SvgIcon;
6225 export default MapsLayersClear;
6226}
6227
6228declare module 'material-ui/svg-icons/maps/local-activity' {
6229 export import MapsLocalActivity = __MaterialUI.SvgIcon;
6230 export default MapsLocalActivity;
6231}
6232
6233declare module 'material-ui/svg-icons/maps/local-airport' {
6234 export import MapsLocalAirport = __MaterialUI.SvgIcon;
6235 export default MapsLocalAirport;
6236}
6237
6238declare module 'material-ui/svg-icons/maps/local-atm' {
6239 export import MapsLocalAtm = __MaterialUI.SvgIcon;
6240 export default MapsLocalAtm;
6241}
6242
6243declare module 'material-ui/svg-icons/maps/local-bar' {
6244 export import MapsLocalBar = __MaterialUI.SvgIcon;
6245 export default MapsLocalBar;
6246}
6247
6248declare module 'material-ui/svg-icons/maps/local-cafe' {
6249 export import MapsLocalCafe = __MaterialUI.SvgIcon;
6250 export default MapsLocalCafe;
6251}
6252
6253declare module 'material-ui/svg-icons/maps/local-car-wash' {
6254 export import MapsLocalCarWash = __MaterialUI.SvgIcon;
6255 export default MapsLocalCarWash;
6256}
6257
6258declare module 'material-ui/svg-icons/maps/local-convenience-store' {
6259 export import MapsLocalConvenienceStore = __MaterialUI.SvgIcon;
6260 export default MapsLocalConvenienceStore;
6261}
6262
6263declare module 'material-ui/svg-icons/maps/local-dining' {
6264 export import MapsLocalDining = __MaterialUI.SvgIcon;
6265 export default MapsLocalDining;
6266}
6267
6268declare module 'material-ui/svg-icons/maps/local-drink' {
6269 export import MapsLocalDrink = __MaterialUI.SvgIcon;
6270 export default MapsLocalDrink;
6271}
6272
6273declare module 'material-ui/svg-icons/maps/local-florist' {
6274 export import MapsLocalFlorist = __MaterialUI.SvgIcon;
6275 export default MapsLocalFlorist;
6276}
6277
6278declare module 'material-ui/svg-icons/maps/local-gas-station' {
6279 export import MapsLocalGasStation = __MaterialUI.SvgIcon;
6280 export default MapsLocalGasStation;
6281}
6282
6283declare module 'material-ui/svg-icons/maps/local-grocery-store' {
6284 export import MapsLocalGroceryStore = __MaterialUI.SvgIcon;
6285 export default MapsLocalGroceryStore;
6286}
6287
6288declare module 'material-ui/svg-icons/maps/local-hospital' {
6289 export import MapsLocalHospital = __MaterialUI.SvgIcon;
6290 export default MapsLocalHospital;
6291}
6292
6293declare module 'material-ui/svg-icons/maps/local-hotel' {
6294 export import MapsLocalHotel = __MaterialUI.SvgIcon;
6295 export default MapsLocalHotel;
6296}
6297
6298declare module 'material-ui/svg-icons/maps/local-laundry-service' {
6299 export import MapsLocalLaundryService = __MaterialUI.SvgIcon;
6300 export default MapsLocalLaundryService;
6301}
6302
6303declare module 'material-ui/svg-icons/maps/local-library' {
6304 export import MapsLocalLibrary = __MaterialUI.SvgIcon;
6305 export default MapsLocalLibrary;
6306}
6307
6308declare module 'material-ui/svg-icons/maps/local-mall' {
6309 export import MapsLocalMall = __MaterialUI.SvgIcon;
6310 export default MapsLocalMall;
6311}
6312
6313declare module 'material-ui/svg-icons/maps/local-movies' {
6314 export import MapsLocalMovies = __MaterialUI.SvgIcon;
6315 export default MapsLocalMovies;
6316}
6317
6318declare module 'material-ui/svg-icons/maps/local-offer' {
6319 export import MapsLocalOffer = __MaterialUI.SvgIcon;
6320 export default MapsLocalOffer;
6321}
6322
6323declare module 'material-ui/svg-icons/maps/local-parking' {
6324 export import MapsLocalParking = __MaterialUI.SvgIcon;
6325 export default MapsLocalParking;
6326}
6327
6328declare module 'material-ui/svg-icons/maps/local-pharmacy' {
6329 export import MapsLocalPharmacy = __MaterialUI.SvgIcon;
6330 export default MapsLocalPharmacy;
6331}
6332
6333declare module 'material-ui/svg-icons/maps/local-phone' {
6334 export import MapsLocalPhone = __MaterialUI.SvgIcon;
6335 export default MapsLocalPhone;
6336}
6337
6338declare module 'material-ui/svg-icons/maps/local-pizza' {
6339 export import MapsLocalPizza = __MaterialUI.SvgIcon;
6340 export default MapsLocalPizza;
6341}
6342
6343declare module 'material-ui/svg-icons/maps/local-play' {
6344 export import MapsLocalPlay = __MaterialUI.SvgIcon;
6345 export default MapsLocalPlay;
6346}
6347
6348declare module 'material-ui/svg-icons/maps/local-post-office' {
6349 export import MapsLocalPostOffice = __MaterialUI.SvgIcon;
6350 export default MapsLocalPostOffice;
6351}
6352
6353declare module 'material-ui/svg-icons/maps/local-printshop' {
6354 export import MapsLocalPrintshop = __MaterialUI.SvgIcon;
6355 export default MapsLocalPrintshop;
6356}
6357
6358declare module 'material-ui/svg-icons/maps/local-see' {
6359 export import MapsLocalSee = __MaterialUI.SvgIcon;
6360 export default MapsLocalSee;
6361}
6362
6363declare module 'material-ui/svg-icons/maps/local-shipping' {
6364 export import MapsLocalShipping = __MaterialUI.SvgIcon;
6365 export default MapsLocalShipping;
6366}
6367
6368declare module 'material-ui/svg-icons/maps/local-taxi' {
6369 export import MapsLocalTaxi = __MaterialUI.SvgIcon;
6370 export default MapsLocalTaxi;
6371}
6372
6373declare module 'material-ui/svg-icons/maps/map' {
6374 export import MapsMap = __MaterialUI.SvgIcon;
6375 export default MapsMap;
6376}
6377
6378declare module 'material-ui/svg-icons/maps/my-location' {
6379 export import MapsMyLocation = __MaterialUI.SvgIcon;
6380 export default MapsMyLocation;
6381}
6382
6383declare module 'material-ui/svg-icons/maps/navigation' {
6384 export import MapsNavigation = __MaterialUI.SvgIcon;
6385 export default MapsNavigation;
6386}
6387
6388declare module 'material-ui/svg-icons/maps/near-me' {
6389 export import MapsNearMe = __MaterialUI.SvgIcon;
6390 export default MapsNearMe;
6391}
6392
6393declare module 'material-ui/svg-icons/maps/person-pin' {
6394 export import MapsPersonPin = __MaterialUI.SvgIcon;
6395 export default MapsPersonPin;
6396}
6397
6398declare module 'material-ui/svg-icons/maps/person-pin-circle' {
6399 export import MapsPersonPinCircle = __MaterialUI.SvgIcon;
6400 export default MapsPersonPinCircle;
6401}
6402
6403declare module 'material-ui/svg-icons/maps/pin-drop' {
6404 export import MapsPinDrop = __MaterialUI.SvgIcon;
6405 export default MapsPinDrop;
6406}
6407
6408declare module 'material-ui/svg-icons/maps/place' {
6409 export import MapsPlace = __MaterialUI.SvgIcon;
6410 export default MapsPlace;
6411}
6412
6413declare module 'material-ui/svg-icons/maps/rate-review' {
6414 export import MapsRateReview = __MaterialUI.SvgIcon;
6415 export default MapsRateReview;
6416}
6417
6418declare module 'material-ui/svg-icons/maps/restaurant' {
6419 export import MapsRestaurant = __MaterialUI.SvgIcon;
6420 export default MapsRestaurant;
6421}
6422
6423declare module 'material-ui/svg-icons/maps/restaurant-menu' {
6424 export import MapsRestaurantMenu = __MaterialUI.SvgIcon;
6425 export default MapsRestaurantMenu;
6426}
6427
6428declare module 'material-ui/svg-icons/maps/satellite' {
6429 export import MapsSatellite = __MaterialUI.SvgIcon;
6430 export default MapsSatellite;
6431}
6432
6433declare module 'material-ui/svg-icons/maps/store-mall-directory' {
6434 export import MapsStoreMallDirectory = __MaterialUI.SvgIcon;
6435 export default MapsStoreMallDirectory;
6436}
6437
6438declare module 'material-ui/svg-icons/maps/streetview' {
6439 export import MapsStreetview = __MaterialUI.SvgIcon;
6440 export default MapsStreetview;
6441}
6442
6443declare module 'material-ui/svg-icons/maps/subway' {
6444 export import MapsSubway = __MaterialUI.SvgIcon;
6445 export default MapsSubway;
6446}
6447
6448declare module 'material-ui/svg-icons/maps/terrain' {
6449 export import MapsTerrain = __MaterialUI.SvgIcon;
6450 export default MapsTerrain;
6451}
6452
6453declare module 'material-ui/svg-icons/maps/traffic' {
6454 export import MapsTraffic = __MaterialUI.SvgIcon;
6455 export default MapsTraffic;
6456}
6457
6458declare module 'material-ui/svg-icons/maps/train' {
6459 export import MapsTrain = __MaterialUI.SvgIcon;
6460 export default MapsTrain;
6461}
6462
6463declare module 'material-ui/svg-icons/maps/tram' {
6464 export import MapsTram = __MaterialUI.SvgIcon;
6465 export default MapsTram;
6466}
6467
6468declare module 'material-ui/svg-icons/maps/transfer-within-a-station' {
6469 export import MapsTransferWithinAStation = __MaterialUI.SvgIcon;
6470 export default MapsTransferWithinAStation;
6471}
6472
6473declare module 'material-ui/svg-icons/maps/zoom-out-map' {
6474 export import MapsZoomOutMap = __MaterialUI.SvgIcon;
6475 export default MapsZoomOutMap;
6476}
6477
6478declare module 'material-ui/svg-icons/navigation/apps' {
6479 export import NavigationApps = __MaterialUI.SvgIcon;
6480 export default NavigationApps;
6481}
6482
6483declare module 'material-ui/svg-icons/navigation/arrow-back' {
6484 export import NavigationArrowBack = __MaterialUI.SvgIcon;
6485 export default NavigationArrowBack;
6486}
6487
6488declare module 'material-ui/svg-icons/navigation/arrow-downward' {
6489 export import NavigationArrowDownward = __MaterialUI.SvgIcon;
6490 export default NavigationArrowDownward;
6491}
6492
6493declare module 'material-ui/svg-icons/navigation/arrow-drop-down' {
6494 export import NavigationArrowDropDown = __MaterialUI.SvgIcon;
6495 export default NavigationArrowDropDown;
6496}
6497
6498declare module 'material-ui/svg-icons/navigation/arrow-drop-down-circle' {
6499 export import NavigationArrowDropDownCircle = __MaterialUI.SvgIcon;
6500 export default NavigationArrowDropDownCircle;
6501}
6502
6503declare module 'material-ui/svg-icons/navigation/arrow-drop-up' {
6504 export import NavigationArrowDropUp = __MaterialUI.SvgIcon;
6505 export default NavigationArrowDropUp;
6506}
6507
6508declare module 'material-ui/svg-icons/navigation/arrow-forward' {
6509 export import NavigationArrowForward = __MaterialUI.SvgIcon;
6510 export default NavigationArrowForward;
6511}
6512
6513declare module 'material-ui/svg-icons/navigation/arrow-upward' {
6514 export import NavigationArrowUpward = __MaterialUI.SvgIcon;
6515 export default NavigationArrowUpward;
6516}
6517
6518declare module 'material-ui/svg-icons/navigation/cancel' {
6519 export import NavigationCancel = __MaterialUI.SvgIcon;
6520 export default NavigationCancel;
6521}
6522
6523declare module 'material-ui/svg-icons/navigation/check' {
6524 export import NavigationCheck = __MaterialUI.SvgIcon;
6525 export default NavigationCheck;
6526}
6527
6528declare module 'material-ui/svg-icons/navigation/chevron-left' {
6529 export import NavigationChevronLeft = __MaterialUI.SvgIcon;
6530 export default NavigationChevronLeft;
6531}
6532
6533declare module 'material-ui/svg-icons/navigation/chevron-right' {
6534 export import NavigationChevronRight = __MaterialUI.SvgIcon;
6535 export default NavigationChevronRight;
6536}
6537
6538declare module 'material-ui/svg-icons/navigation/close' {
6539 export import NavigationClose = __MaterialUI.SvgIcon;
6540 export default NavigationClose;
6541}
6542
6543declare module 'material-ui/svg-icons/navigation/expand-less' {
6544 export import NavigationExpandLess = __MaterialUI.SvgIcon;
6545 export default NavigationExpandLess;
6546}
6547
6548declare module 'material-ui/svg-icons/navigation/expand-more' {
6549 export import NavigationExpandMore = __MaterialUI.SvgIcon;
6550 export default NavigationExpandMore;
6551}
6552
6553declare module 'material-ui/svg-icons/navigation/first-page' {
6554 export import NavigationFirstPage = __MaterialUI.SvgIcon;
6555 export default NavigationFirstPage;
6556}
6557
6558declare module 'material-ui/svg-icons/navigation/fullscreen' {
6559 export import NavigationFullscreen = __MaterialUI.SvgIcon;
6560 export default NavigationFullscreen;
6561}
6562
6563declare module 'material-ui/svg-icons/navigation/fullscreen-exit' {
6564 export import NavigationFullscreenExit = __MaterialUI.SvgIcon;
6565 export default NavigationFullscreenExit;
6566}
6567
6568declare module 'material-ui/svg-icons/navigation/last-page' {
6569 export import NavigationLastPage = __MaterialUI.SvgIcon;
6570 export default NavigationLastPage;
6571}
6572
6573declare module 'material-ui/svg-icons/navigation/menu' {
6574 export import NavigationMenu = __MaterialUI.SvgIcon;
6575 export default NavigationMenu;
6576}
6577
6578declare module 'material-ui/svg-icons/navigation/more-horiz' {
6579 export import NavigationMoreHoriz = __MaterialUI.SvgIcon;
6580 export default NavigationMoreHoriz;
6581}
6582
6583declare module 'material-ui/svg-icons/navigation/more-vert' {
6584 export import NavigationMoreVert = __MaterialUI.SvgIcon;
6585 export default NavigationMoreVert;
6586}
6587
6588declare module 'material-ui/svg-icons/navigation/refresh' {
6589 export import NavigationRefresh = __MaterialUI.SvgIcon;
6590 export default NavigationRefresh;
6591}
6592
6593declare module 'material-ui/svg-icons/navigation/subdirectory-arrow-left' {
6594 export import NavigationSubdirectoryArrowLeft = __MaterialUI.SvgIcon;
6595 export default NavigationSubdirectoryArrowLeft;
6596}
6597
6598declare module 'material-ui/svg-icons/navigation/subdirectory-arrow-right' {
6599 export import NavigationSubdirectoryArrowRight = __MaterialUI.SvgIcon;
6600 export default NavigationSubdirectoryArrowRight;
6601}
6602
6603declare module 'material-ui/svg-icons/navigation/unfold-less' {
6604 export import NavigationUnfoldLess = __MaterialUI.SvgIcon;
6605 export default NavigationUnfoldLess;
6606}
6607
6608declare module 'material-ui/svg-icons/navigation/unfold-more' {
6609 export import NavigationUnfoldMore = __MaterialUI.SvgIcon;
6610 export default NavigationUnfoldMore;
6611}
6612
6613declare module 'material-ui/svg-icons/notification/adb' {
6614 export import NotificationAdb = __MaterialUI.SvgIcon;
6615 export default NotificationAdb;
6616}
6617
6618declare module 'material-ui/svg-icons/notification/airline-seat-flat' {
6619 export import NotificationAirlineSeatFlat = __MaterialUI.SvgIcon;
6620 export default NotificationAirlineSeatFlat;
6621}
6622
6623declare module 'material-ui/svg-icons/notification/airline-seat-flat-angled' {
6624 export import NotificationAirlineSeatFlatAngled = __MaterialUI.SvgIcon;
6625 export default NotificationAirlineSeatFlatAngled;
6626}
6627
6628declare module 'material-ui/svg-icons/notification/airline-seat-individual-suite' {
6629 export import NotificationAirlineSeatIndividualSuite = __MaterialUI.SvgIcon;
6630 export default NotificationAirlineSeatIndividualSuite;
6631}
6632
6633declare module 'material-ui/svg-icons/notification/airline-seat-legroom-extra' {
6634 export import NotificationAirlineSeatLegroomExtra = __MaterialUI.SvgIcon;
6635 export default NotificationAirlineSeatLegroomExtra;
6636}
6637
6638declare module 'material-ui/svg-icons/notification/airline-seat-legroom-normal' {
6639 export import NotificationAirlineSeatLegroomNormal = __MaterialUI.SvgIcon;
6640 export default NotificationAirlineSeatLegroomNormal;
6641}
6642
6643declare module 'material-ui/svg-icons/notification/airline-seat-legroom-reduced' {
6644 export import NotificationAirlineSeatLegroomReduced = __MaterialUI.SvgIcon;
6645 export default NotificationAirlineSeatLegroomReduced;
6646}
6647
6648declare module 'material-ui/svg-icons/notification/airline-seat-recline-extra' {
6649 export import NotificationAirlineSeatReclineExtra = __MaterialUI.SvgIcon;
6650 export default NotificationAirlineSeatReclineExtra;
6651}
6652
6653declare module 'material-ui/svg-icons/notification/airline-seat-recline-normal' {
6654 export import NotificationAirlineSeatReclineNormal = __MaterialUI.SvgIcon;
6655 export default NotificationAirlineSeatReclineNormal;
6656}
6657
6658declare module 'material-ui/svg-icons/notification/bluetooth-audio' {
6659 export import NotificationBluetoothAudio = __MaterialUI.SvgIcon;
6660 export default NotificationBluetoothAudio;
6661}
6662
6663declare module 'material-ui/svg-icons/notification/confirmation-number' {
6664 export import NotificationConfirmationNumber = __MaterialUI.SvgIcon;
6665 export default NotificationConfirmationNumber;
6666}
6667
6668declare module 'material-ui/svg-icons/notification/disc-full' {
6669 export import NotificationDiscFull = __MaterialUI.SvgIcon;
6670 export default NotificationDiscFull;
6671}
6672
6673declare module 'material-ui/svg-icons/notification/do-not-disturb' {
6674 export import NotificationDoNotDisturb = __MaterialUI.SvgIcon;
6675 export default NotificationDoNotDisturb;
6676}
6677
6678declare module 'material-ui/svg-icons/notification/do-not-disturb-alt' {
6679 export import NotificationDoNotDisturbAlt = __MaterialUI.SvgIcon;
6680 export default NotificationDoNotDisturbAlt;
6681}
6682
6683declare module 'material-ui/svg-icons/notification/do-not-disturb-off' {
6684 export import NotificationDoNotDisturbOff = __MaterialUI.SvgIcon;
6685 export default NotificationDoNotDisturbOff;
6686}
6687
6688declare module 'material-ui/svg-icons/notification/do-not-disturb-on' {
6689 export import NotificationDoNotDisturbOn = __MaterialUI.SvgIcon;
6690 export default NotificationDoNotDisturbOn;
6691}
6692
6693declare module 'material-ui/svg-icons/notification/drive-eta' {
6694 export import NotificationDriveEta = __MaterialUI.SvgIcon;
6695 export default NotificationDriveEta;
6696}
6697
6698declare module 'material-ui/svg-icons/notification/enhanced-encryption' {
6699 export import NotificationEnhancedEncryption = __MaterialUI.SvgIcon;
6700 export default NotificationEnhancedEncryption;
6701}
6702
6703declare module 'material-ui/svg-icons/notification/event-available' {
6704 export import NotificationEventAvailable = __MaterialUI.SvgIcon;
6705 export default NotificationEventAvailable;
6706}
6707
6708declare module 'material-ui/svg-icons/notification/event-busy' {
6709 export import NotificationEventBusy = __MaterialUI.SvgIcon;
6710 export default NotificationEventBusy;
6711}
6712
6713declare module 'material-ui/svg-icons/notification/event-note' {
6714 export import NotificationEventNote = __MaterialUI.SvgIcon;
6715 export default NotificationEventNote;
6716}
6717
6718declare module 'material-ui/svg-icons/notification/folder-special' {
6719 export import NotificationFolderSpecial = __MaterialUI.SvgIcon;
6720 export default NotificationFolderSpecial;
6721}
6722
6723declare module 'material-ui/svg-icons/notification/live-tv' {
6724 export import NotificationLiveTv = __MaterialUI.SvgIcon;
6725 export default NotificationLiveTv;
6726}
6727
6728declare module 'material-ui/svg-icons/notification/mms' {
6729 export import NotificationMms = __MaterialUI.SvgIcon;
6730 export default NotificationMms;
6731}
6732
6733declare module 'material-ui/svg-icons/notification/more' {
6734 export import NotificationMore = __MaterialUI.SvgIcon;
6735 export default NotificationMore;
6736}
6737
6738declare module 'material-ui/svg-icons/notification/network-check' {
6739 export import NotificationNetworkCheck = __MaterialUI.SvgIcon;
6740 export default NotificationNetworkCheck;
6741}
6742
6743declare module 'material-ui/svg-icons/notification/network-locked' {
6744 export import NotificationNetworkLocked = __MaterialUI.SvgIcon;
6745 export default NotificationNetworkLocked;
6746}
6747
6748declare module 'material-ui/svg-icons/notification/no-encryption' {
6749 export import NotificationNoEncryption = __MaterialUI.SvgIcon;
6750 export default NotificationNoEncryption;
6751}
6752
6753declare module 'material-ui/svg-icons/notification/ondemand-video' {
6754 export import NotificationOndemandVideo = __MaterialUI.SvgIcon;
6755 export default NotificationOndemandVideo;
6756}
6757
6758declare module 'material-ui/svg-icons/notification/personal-video' {
6759 export import NotificationPersonalVideo = __MaterialUI.SvgIcon;
6760 export default NotificationPersonalVideo;
6761}
6762
6763declare module 'material-ui/svg-icons/notification/phone-bluetooth-speaker' {
6764 export import NotificationPhoneBluetoothSpeaker = __MaterialUI.SvgIcon;
6765 export default NotificationPhoneBluetoothSpeaker;
6766}
6767
6768declare module 'material-ui/svg-icons/notification/phone-forwarded' {
6769 export import NotificationPhoneForwarded = __MaterialUI.SvgIcon;
6770 export default NotificationPhoneForwarded;
6771}
6772
6773declare module 'material-ui/svg-icons/notification/phone-in-talk' {
6774 export import NotificationPhoneInTalk = __MaterialUI.SvgIcon;
6775 export default NotificationPhoneInTalk;
6776}
6777
6778declare module 'material-ui/svg-icons/notification/phone-locked' {
6779 export import NotificationPhoneLocked = __MaterialUI.SvgIcon;
6780 export default NotificationPhoneLocked;
6781}
6782
6783declare module 'material-ui/svg-icons/notification/phone-missed' {
6784 export import NotificationPhoneMissed = __MaterialUI.SvgIcon;
6785 export default NotificationPhoneMissed;
6786}
6787
6788declare module 'material-ui/svg-icons/notification/phone-paused' {
6789 export import NotificationPhonePaused = __MaterialUI.SvgIcon;
6790 export default NotificationPhonePaused;
6791}
6792
6793declare module 'material-ui/svg-icons/notification/power' {
6794 export import NotificationPower = __MaterialUI.SvgIcon;
6795 export default NotificationPower;
6796}
6797
6798declare module 'material-ui/svg-icons/notification/priority-high' {
6799 export import NotificationPriorityHigh = __MaterialUI.SvgIcon;
6800 export default NotificationPriorityHigh;
6801}
6802
6803declare module 'material-ui/svg-icons/notification/rv-hookup' {
6804 export import NotificationRvHookup = __MaterialUI.SvgIcon;
6805 export default NotificationRvHookup;
6806}
6807
6808declare module 'material-ui/svg-icons/notification/sd-card' {
6809 export import NotificationSdCard = __MaterialUI.SvgIcon;
6810 export default NotificationSdCard;
6811}
6812
6813declare module 'material-ui/svg-icons/notification/sim-card-alert' {
6814 export import NotificationSimCardAlert = __MaterialUI.SvgIcon;
6815 export default NotificationSimCardAlert;
6816}
6817
6818declare module 'material-ui/svg-icons/notification/sms' {
6819 export import NotificationSms = __MaterialUI.SvgIcon;
6820 export default NotificationSms;
6821}
6822
6823declare module 'material-ui/svg-icons/notification/sms-failed' {
6824 export import NotificationSmsFailed = __MaterialUI.SvgIcon;
6825 export default NotificationSmsFailed;
6826}
6827
6828declare module 'material-ui/svg-icons/notification/sync' {
6829 export import NotificationSync = __MaterialUI.SvgIcon;
6830 export default NotificationSync;
6831}
6832
6833declare module 'material-ui/svg-icons/notification/sync-disabled' {
6834 export import NotificationSyncDisabled = __MaterialUI.SvgIcon;
6835 export default NotificationSyncDisabled;
6836}
6837
6838declare module 'material-ui/svg-icons/notification/sync-problem' {
6839 export import NotificationSyncProblem = __MaterialUI.SvgIcon;
6840 export default NotificationSyncProblem;
6841}
6842
6843declare module 'material-ui/svg-icons/notification/system-update' {
6844 export import NotificationSystemUpdate = __MaterialUI.SvgIcon;
6845 export default NotificationSystemUpdate;
6846}
6847
6848declare module 'material-ui/svg-icons/notification/tap-and-play' {
6849 export import NotificationTapAndPlay = __MaterialUI.SvgIcon;
6850 export default NotificationTapAndPlay;
6851}
6852
6853declare module 'material-ui/svg-icons/notification/time-to-leave' {
6854 export import NotificationTimeToLeave = __MaterialUI.SvgIcon;
6855 export default NotificationTimeToLeave;
6856}
6857
6858declare module 'material-ui/svg-icons/notification/vibration' {
6859 export import NotificationVibration = __MaterialUI.SvgIcon;
6860 export default NotificationVibration;
6861}
6862
6863declare module 'material-ui/svg-icons/notification/voice-chat' {
6864 export import NotificationVoiceChat = __MaterialUI.SvgIcon;
6865 export default NotificationVoiceChat;
6866}
6867
6868declare module 'material-ui/svg-icons/notification/vpn-lock' {
6869 export import NotificationVpnLock = __MaterialUI.SvgIcon;
6870 export default NotificationVpnLock;
6871}
6872
6873declare module 'material-ui/svg-icons/notification/wc' {
6874 export import NotificationWc = __MaterialUI.SvgIcon;
6875 export default NotificationWc;
6876}
6877
6878declare module 'material-ui/svg-icons/notification/wifi' {
6879 export import NotificationWifi = __MaterialUI.SvgIcon;
6880 export default NotificationWifi;
6881}
6882
6883declare module 'material-ui/svg-icons/places/ac-unit' {
6884 export import PlacesAcUnit = __MaterialUI.SvgIcon;
6885 export default PlacesAcUnit;
6886}
6887
6888declare module 'material-ui/svg-icons/places/airport-shuttle' {
6889 export import PlacesAirportShuttle = __MaterialUI.SvgIcon;
6890 export default PlacesAirportShuttle;
6891}
6892
6893declare module 'material-ui/svg-icons/places/all-inclusive' {
6894 export import PlacesAllInclusive = __MaterialUI.SvgIcon;
6895 export default PlacesAllInclusive;
6896}
6897
6898declare module 'material-ui/svg-icons/places/beach-access' {
6899 export import PlacesBeachAccess = __MaterialUI.SvgIcon;
6900 export default PlacesBeachAccess;
6901}
6902
6903declare module 'material-ui/svg-icons/places/business-center' {
6904 export import PlacesBusinessCenter = __MaterialUI.SvgIcon;
6905 export default PlacesBusinessCenter;
6906}
6907
6908declare module 'material-ui/svg-icons/places/casino' {
6909 export import PlacesCasino = __MaterialUI.SvgIcon;
6910 export default PlacesCasino;
6911}
6912
6913declare module 'material-ui/svg-icons/places/child-care' {
6914 export import PlacesChildCare = __MaterialUI.SvgIcon;
6915 export default PlacesChildCare;
6916}
6917
6918declare module 'material-ui/svg-icons/places/child-friendly' {
6919 export import PlacesChildFriendly = __MaterialUI.SvgIcon;
6920 export default PlacesChildFriendly;
6921}
6922
6923declare module 'material-ui/svg-icons/places/fitness-center' {
6924 export import PlacesFitnessCenter = __MaterialUI.SvgIcon;
6925 export default PlacesFitnessCenter;
6926}
6927
6928declare module 'material-ui/svg-icons/places/free-breakfast' {
6929 export import PlacesFreeBreakfast = __MaterialUI.SvgIcon;
6930 export default PlacesFreeBreakfast;
6931}
6932
6933declare module 'material-ui/svg-icons/places/golf-course' {
6934 export import PlacesGolfCourse = __MaterialUI.SvgIcon;
6935 export default PlacesGolfCourse;
6936}
6937
6938declare module 'material-ui/svg-icons/places/hot-tub' {
6939 export import PlacesHotTub = __MaterialUI.SvgIcon;
6940 export default PlacesHotTub;
6941}
6942
6943declare module 'material-ui/svg-icons/places/kitchen' {
6944 export import PlacesKitchen = __MaterialUI.SvgIcon;
6945 export default PlacesKitchen;
6946}
6947
6948declare module 'material-ui/svg-icons/places/pool' {
6949 export import PlacesPool = __MaterialUI.SvgIcon;
6950 export default PlacesPool;
6951}
6952
6953declare module 'material-ui/svg-icons/places/room-service' {
6954 export import PlacesRoomService = __MaterialUI.SvgIcon;
6955 export default PlacesRoomService;
6956}
6957
6958declare module 'material-ui/svg-icons/places/rv-hookup' {
6959 export import PlacesRvHookup = __MaterialUI.SvgIcon;
6960 export default PlacesRvHookup;
6961}
6962
6963declare module 'material-ui/svg-icons/places/smoke-free' {
6964 export import PlacesSmokeFree = __MaterialUI.SvgIcon;
6965 export default PlacesSmokeFree;
6966}
6967
6968declare module 'material-ui/svg-icons/places/smoking-rooms' {
6969 export import PlacesSmokingRooms = __MaterialUI.SvgIcon;
6970 export default PlacesSmokingRooms;
6971}
6972
6973declare module 'material-ui/svg-icons/places/spa' {
6974 export import PlacesSpa = __MaterialUI.SvgIcon;
6975 export default PlacesSpa;
6976}
6977
6978declare module 'material-ui/svg-icons/social/cake' {
6979 export import SocialCake = __MaterialUI.SvgIcon;
6980 export default SocialCake;
6981}
6982
6983declare module 'material-ui/svg-icons/social/domain' {
6984 export import SocialDomain = __MaterialUI.SvgIcon;
6985 export default SocialDomain;
6986}
6987
6988declare module 'material-ui/svg-icons/social/group' {
6989 export import SocialGroup = __MaterialUI.SvgIcon;
6990 export default SocialGroup;
6991}
6992
6993declare module 'material-ui/svg-icons/social/group-add' {
6994 export import SocialGroupAdd = __MaterialUI.SvgIcon;
6995 export default SocialGroupAdd;
6996}
6997
6998declare module 'material-ui/svg-icons/social/location-city' {
6999 export import SocialLocationCity = __MaterialUI.SvgIcon;
7000 export default SocialLocationCity;
7001}
7002
7003declare module 'material-ui/svg-icons/social/mood' {
7004 export import SocialMood = __MaterialUI.SvgIcon;
7005 export default SocialMood;
7006}
7007
7008declare module 'material-ui/svg-icons/social/mood-bad' {
7009 export import SocialMoodBad = __MaterialUI.SvgIcon;
7010 export default SocialMoodBad;
7011}
7012
7013declare module 'material-ui/svg-icons/social/notifications' {
7014 export import SocialNotifications = __MaterialUI.SvgIcon;
7015 export default SocialNotifications;
7016}
7017
7018declare module 'material-ui/svg-icons/social/notifications-active' {
7019 export import SocialNotificationsActive = __MaterialUI.SvgIcon;
7020 export default SocialNotificationsActive;
7021}
7022
7023declare module 'material-ui/svg-icons/social/notifications-none' {
7024 export import SocialNotificationsNone = __MaterialUI.SvgIcon;
7025 export default SocialNotificationsNone;
7026}
7027
7028declare module 'material-ui/svg-icons/social/notifications-off' {
7029 export import SocialNotificationsOff = __MaterialUI.SvgIcon;
7030 export default SocialNotificationsOff;
7031}
7032
7033declare module 'material-ui/svg-icons/social/notifications-paused' {
7034 export import SocialNotificationsPaused = __MaterialUI.SvgIcon;
7035 export default SocialNotificationsPaused;
7036}
7037
7038declare module 'material-ui/svg-icons/social/pages' {
7039 export import SocialPages = __MaterialUI.SvgIcon;
7040 export default SocialPages;
7041}
7042
7043declare module 'material-ui/svg-icons/social/party-mode' {
7044 export import SocialPartyMode = __MaterialUI.SvgIcon;
7045 export default SocialPartyMode;
7046}
7047
7048declare module 'material-ui/svg-icons/social/people' {
7049 export import SocialPeople = __MaterialUI.SvgIcon;
7050 export default SocialPeople;
7051}
7052
7053declare module 'material-ui/svg-icons/social/people-outline' {
7054 export import SocialPeopleOutline = __MaterialUI.SvgIcon;
7055 export default SocialPeopleOutline;
7056}
7057
7058declare module 'material-ui/svg-icons/social/person' {
7059 export import SocialPerson = __MaterialUI.SvgIcon;
7060 export default SocialPerson;
7061}
7062
7063declare module 'material-ui/svg-icons/social/person-add' {
7064 export import SocialPersonAdd = __MaterialUI.SvgIcon;
7065 export default SocialPersonAdd;
7066}
7067
7068declare module 'material-ui/svg-icons/social/person-outline' {
7069 export import SocialPersonOutline = __MaterialUI.SvgIcon;
7070 export default SocialPersonOutline;
7071}
7072
7073declare module 'material-ui/svg-icons/social/plus-one' {
7074 export import SocialPlusOne = __MaterialUI.SvgIcon;
7075 export default SocialPlusOne;
7076}
7077
7078declare module 'material-ui/svg-icons/social/poll' {
7079 export import SocialPoll = __MaterialUI.SvgIcon;
7080 export default SocialPoll;
7081}
7082
7083declare module 'material-ui/svg-icons/social/public' {
7084 export import SocialPublic = __MaterialUI.SvgIcon;
7085 export default SocialPublic;
7086}
7087
7088declare module 'material-ui/svg-icons/social/school' {
7089 export import SocialSchool = __MaterialUI.SvgIcon;
7090 export default SocialSchool;
7091}
7092
7093declare module 'material-ui/svg-icons/social/sentiment-dissatisfied' {
7094 export import SocialSentimentDissatisfied = __MaterialUI.SvgIcon;
7095 export default SocialSentimentDissatisfied;
7096}
7097
7098declare module 'material-ui/svg-icons/social/sentiment-neutral' {
7099 export import SocialSentimentNeutral = __MaterialUI.SvgIcon;
7100 export default SocialSentimentNeutral;
7101}
7102
7103declare module 'material-ui/svg-icons/social/sentiment-satisfied' {
7104 export import SocialSentimentSatisfied = __MaterialUI.SvgIcon;
7105 export default SocialSentimentSatisfied;
7106}
7107
7108declare module 'material-ui/svg-icons/social/sentiment-very-dissatisfied' {
7109 export import SocialSentimentVeryDissatisfied = __MaterialUI.SvgIcon;
7110 export default SocialSentimentVeryDissatisfied;
7111}
7112
7113declare module 'material-ui/svg-icons/social/sentiment-very-satisfied' {
7114 export import SocialSentimentVerySatisfied = __MaterialUI.SvgIcon;
7115 export default SocialSentimentVerySatisfied;
7116}
7117
7118declare module 'material-ui/svg-icons/social/share' {
7119 export import SocialShare = __MaterialUI.SvgIcon;
7120 export default SocialShare;
7121}
7122
7123declare module 'material-ui/svg-icons/social/whatshot' {
7124 export import SocialWhatshot = __MaterialUI.SvgIcon;
7125 export default SocialWhatshot;
7126}
7127
7128declare module 'material-ui/svg-icons/toggle/check-box' {
7129 export import ToggleCheckBox = __MaterialUI.SvgIcon;
7130 export default ToggleCheckBox;
7131}
7132
7133declare module 'material-ui/svg-icons/toggle/check-box-outline-blank' {
7134 export import ToggleCheckBoxOutlineBlank = __MaterialUI.SvgIcon;
7135 export default ToggleCheckBoxOutlineBlank;
7136}
7137
7138declare module 'material-ui/svg-icons/toggle/indeterminate-check-box' {
7139 export import ToggleIndeterminateCheckBox = __MaterialUI.SvgIcon;
7140 export default ToggleIndeterminateCheckBox;
7141}
7142
7143declare module 'material-ui/svg-icons/toggle/radio-button-checked' {
7144 export import ToggleRadioButtonChecked = __MaterialUI.SvgIcon;
7145 export default ToggleRadioButtonChecked;
7146}
7147
7148declare module 'material-ui/svg-icons/toggle/radio-button-unchecked' {
7149 export import ToggleRadioButtonUnchecked = __MaterialUI.SvgIcon;
7150 export default ToggleRadioButtonUnchecked;
7151}
7152
7153declare module 'material-ui/svg-icons/toggle/star' {
7154 export import ToggleStar = __MaterialUI.SvgIcon;
7155 export default ToggleStar;
7156}
7157
7158declare module 'material-ui/svg-icons/toggle/star-border' {
7159 export import ToggleStarBorder = __MaterialUI.SvgIcon;
7160 export default ToggleStarBorder;
7161}
7162
7163declare module 'material-ui/svg-icons/toggle/star-half' {
7164 export import ToggleStarHalf = __MaterialUI.SvgIcon;
7165 export default ToggleStarHalf;
7166}
7167// }}}
7168
7169declare module 'material-ui/svg-icons/navigation-arrow-drop-right' {
7170 export import NavigationArrowDropRight = __MaterialUI.SvgIcon;
7171 export default NavigationArrowDropRight;
7172}
7173
7174declare module 'material-ui/styles' {
7175 export import MuiThemeProvider = __MaterialUI.Styles.MuiThemeProvider;
7176 export import colors = __MaterialUI.Styles.Colors;
7177 export import darkBaseTheme = __MaterialUI.Styles.darkBaseTheme;
7178 export import DarkRawTheme = __MaterialUI.Styles.darkBaseTheme;
7179 export import lightBaseTheme = __MaterialUI.Styles.lightBaseTheme;
7180 export import LightRawTheme = __MaterialUI.Styles.lightBaseTheme;
7181 export import getMuiTheme = __MaterialUI.Styles.getMuiTheme;
7182 export import spacing = __MaterialUI.Styles.Spacing;
7183 export import transitions = __MaterialUI.Styles.Transitions;
7184 export import typography = __MaterialUI.Styles.Typography;
7185 export import zIndex = __MaterialUI.Styles.zIndex;
7186
7187 export type MuiTheme = __MaterialUI.Styles.MuiTheme;
7188}
7189
7190declare module 'material-ui/styles/getMuiTheme' {
7191 export import getMuiTheme = __MaterialUI.Styles.getMuiTheme;
7192 export default getMuiTheme;
7193}
7194
7195declare module 'material-ui/styles/muiThemeable' {
7196 export import muiThemeable = __MaterialUI.Styles.muiThemeable;
7197 export default muiThemeable;
7198}
7199
7200declare module 'material-ui/styles/MuiThemeProvider' {
7201 export import MuiThemeProvider = __MaterialUI.Styles.MuiThemeProvider;
7202 export default MuiThemeProvider;
7203}
7204
7205declare module 'material-ui/styles/spacing' {
7206 type Spacing = __MaterialUI.Styles.Spacing;
7207 let Spacing: Spacing;
7208 export default Spacing;
7209}
7210
7211declare module 'material-ui/styles/transitions' {
7212 export import Transitions = __MaterialUI.Styles.Transitions;
7213 export default Transitions;
7214}
7215
7216declare module 'material-ui/styles/typography' {
7217 export import Typography = __MaterialUI.Styles.Typography;
7218 export default Typography;
7219}
7220
7221declare module 'material-ui/styles/baseThemes/lightBaseTheme' {
7222 export import lightBaseTheme = __MaterialUI.Styles.lightBaseTheme;
7223 export default lightBaseTheme;
7224}
7225
7226declare module 'material-ui/styles/baseThemes/darkBaseTheme' {
7227 export import darkBaseTheme = __MaterialUI.Styles.darkBaseTheme;
7228 export default darkBaseTheme;
7229}
7230
7231declare module 'material-ui/styles/zIndex' {
7232 export import zIndex = __MaterialUI.Styles.zIndex;
7233 export default zIndex;
7234}
7235
7236declare module "material-ui/styles/colors" {
7237 export const red50: string;
7238 export const red100: string;
7239 export const red200: string;
7240 export const red300: string;
7241 export const red400: string;
7242 export const red500: string;
7243 export const red600: string;
7244 export const red700: string;
7245 export const red800: string;
7246 export const red900: string;
7247 export const redA100: string;
7248 export const redA200: string;
7249 export const redA400: string;
7250 export const redA700: string;
7251
7252 export const pink50: string;
7253 export const pink100: string;
7254 export const pink200: string;
7255 export const pink300: string;
7256 export const pink400: string;
7257 export const pink500: string;
7258 export const pink600: string;
7259 export const pink700: string;
7260 export const pink800: string;
7261 export const pink900: string;
7262 export const pinkA100: string;
7263 export const pinkA200: string;
7264 export const pinkA400: string;
7265 export const pinkA700: string;
7266
7267 export const purple50: string;
7268 export const purple100: string;
7269 export const purple200: string;
7270 export const purple300: string;
7271 export const purple400: string;
7272 export const purple500: string;
7273 export const purple600: string;
7274 export const purple700: string;
7275 export const purple800: string;
7276 export const purple900: string;
7277 export const purpleA100: string;
7278 export const purpleA200: string;
7279 export const purpleA400: string;
7280 export const purpleA700: string;
7281
7282 export const deepPurple50: string;
7283 export const deepPurple100: string;
7284 export const deepPurple200: string;
7285 export const deepPurple300: string;
7286 export const deepPurple400: string;
7287 export const deepPurple500: string;
7288 export const deepPurple600: string;
7289 export const deepPurple700: string;
7290 export const deepPurple800: string;
7291 export const deepPurple900: string;
7292 export const deepPurpleA100: string;
7293 export const deepPurpleA200: string;
7294 export const deepPurpleA400: string;
7295 export const deepPurpleA700: string;
7296
7297 export const indigo50: string;
7298 export const indigo100: string;
7299 export const indigo200: string;
7300 export const indigo300: string;
7301 export const indigo400: string;
7302 export const indigo500: string;
7303 export const indigo600: string;
7304 export const indigo700: string;
7305 export const indigo800: string;
7306 export const indigo900: string;
7307 export const indigoA100: string;
7308 export const indigoA200: string;
7309 export const indigoA400: string;
7310 export const indigoA700: string;
7311
7312 export const blue50: string;
7313 export const blue100: string;
7314 export const blue200: string;
7315 export const blue300: string;
7316 export const blue400: string;
7317 export const blue500: string;
7318 export const blue600: string;
7319 export const blue700: string;
7320 export const blue800: string;
7321 export const blue900: string;
7322 export const blueA100: string;
7323 export const blueA200: string;
7324 export const blueA400: string;
7325 export const blueA700: string;
7326
7327 export const lightBlue50: string;
7328 export const lightBlue100: string;
7329 export const lightBlue200: string;
7330 export const lightBlue300: string;
7331 export const lightBlue400: string;
7332 export const lightBlue500: string;
7333 export const lightBlue600: string;
7334 export const lightBlue700: string;
7335 export const lightBlue800: string;
7336 export const lightBlue900: string;
7337 export const lightBlueA100: string;
7338 export const lightBlueA200: string;
7339 export const lightBlueA400: string;
7340 export const lightBlueA700: string;
7341
7342 export const cyan50: string;
7343 export const cyan100: string;
7344 export const cyan200: string;
7345 export const cyan300: string;
7346 export const cyan400: string;
7347 export const cyan500: string;
7348 export const cyan600: string;
7349 export const cyan700: string;
7350 export const cyan800: string;
7351 export const cyan900: string;
7352 export const cyanA100: string;
7353 export const cyanA200: string;
7354 export const cyanA400: string;
7355 export const cyanA700: string;
7356
7357 export const teal50: string;
7358 export const teal100: string;
7359 export const teal200: string;
7360 export const teal300: string;
7361 export const teal400: string;
7362 export const teal500: string;
7363 export const teal600: string;
7364 export const teal700: string;
7365 export const teal800: string;
7366 export const teal900: string;
7367 export const tealA100: string;
7368 export const tealA200: string;
7369 export const tealA400: string;
7370 export const tealA700: string;
7371
7372 export const green50: string;
7373 export const green100: string;
7374 export const green200: string;
7375 export const green300: string;
7376 export const green400: string;
7377 export const green500: string;
7378 export const green600: string;
7379 export const green700: string;
7380 export const green800: string;
7381 export const green900: string;
7382 export const greenA100: string;
7383 export const greenA200: string;
7384 export const greenA400: string;
7385 export const greenA700: string;
7386
7387 export const lightGreen50: string;
7388 export const lightGreen100: string;
7389 export const lightGreen200: string;
7390 export const lightGreen300: string;
7391 export const lightGreen400: string;
7392 export const lightGreen500: string;
7393 export const lightGreen600: string;
7394 export const lightGreen700: string;
7395 export const lightGreen800: string;
7396 export const lightGreen900: string;
7397 export const lightGreenA100: string;
7398 export const lightGreenA200: string;
7399 export const lightGreenA400: string;
7400 export const lightGreenA700: string;
7401
7402 export const lime50: string;
7403 export const lime100: string;
7404 export const lime200: string;
7405 export const lime300: string;
7406 export const lime400: string;
7407 export const lime500: string;
7408 export const lime600: string;
7409 export const lime700: string;
7410 export const lime800: string;
7411 export const lime900: string;
7412 export const limeA100: string;
7413 export const limeA200: string;
7414 export const limeA400: string;
7415 export const limeA700: string;
7416
7417 export const yellow50: string;
7418 export const yellow100: string;
7419 export const yellow200: string;
7420 export const yellow300: string;
7421 export const yellow400: string;
7422 export const yellow500: string;
7423 export const yellow600: string;
7424 export const yellow700: string;
7425 export const yellow800: string;
7426 export const yellow900: string;
7427 export const yellowA100: string;
7428 export const yellowA200: string;
7429 export const yellowA400: string;
7430 export const yellowA700: string;
7431
7432 export const amber50: string;
7433 export const amber100: string;
7434 export const amber200: string;
7435 export const amber300: string;
7436 export const amber400: string;
7437 export const amber500: string;
7438 export const amber600: string;
7439 export const amber700: string;
7440 export const amber800: string;
7441 export const amber900: string;
7442 export const amberA100: string;
7443 export const amberA200: string;
7444 export const amberA400: string;
7445 export const amberA700: string;
7446
7447 export const orange50: string;
7448 export const orange100: string;
7449 export const orange200: string;
7450 export const orange300: string;
7451 export const orange400: string;
7452 export const orange500: string;
7453 export const orange600: string;
7454 export const orange700: string;
7455 export const orange800: string;
7456 export const orange900: string;
7457 export const orangeA100: string;
7458 export const orangeA200: string;
7459 export const orangeA400: string;
7460 export const orangeA700: string;
7461
7462 export const deepOrange50: string;
7463 export const deepOrange100: string;
7464 export const deepOrange200: string;
7465 export const deepOrange300: string;
7466 export const deepOrange400: string;
7467 export const deepOrange500: string;
7468 export const deepOrange600: string;
7469 export const deepOrange700: string;
7470 export const deepOrange800: string;
7471 export const deepOrange900: string;
7472 export const deepOrangeA100: string;
7473 export const deepOrangeA200: string;
7474 export const deepOrangeA400: string;
7475 export const deepOrangeA700: string;
7476
7477 export const brown50: string;
7478 export const brown100: string;
7479 export const brown200: string;
7480 export const brown300: string;
7481 export const brown400: string;
7482 export const brown500: string;
7483 export const brown600: string;
7484 export const brown700: string;
7485 export const brown800: string;
7486 export const brown900: string;
7487
7488 export const blueGrey50: string;
7489 export const blueGrey100: string;
7490 export const blueGrey200: string;
7491 export const blueGrey300: string;
7492 export const blueGrey400: string;
7493 export const blueGrey500: string;
7494 export const blueGrey600: string;
7495 export const blueGrey700: string;
7496 export const blueGrey800: string;
7497 export const blueGrey900: string;
7498
7499 export const grey50: string;
7500 export const grey100: string;
7501 export const grey200: string;
7502 export const grey300: string;
7503 export const grey400: string;
7504 export const grey500: string;
7505 export const grey600: string;
7506 export const grey700: string;
7507 export const grey800: string;
7508 export const grey900: string;
7509
7510 export const black: string;
7511 export const white: string;
7512
7513 export const transparent: string;
7514 export const fullBlack: string;
7515 export const darkBlack: string;
7516 export const lightBlack: string;
7517 export const minBlack: string;
7518 export const faintBlack: string;
7519 export const fullWhite: string;
7520 export const darkWhite: string;
7521 export const lightWhite: string;
7522}
7523
7524declare module 'material-ui/Table' {
7525 export import Table = __MaterialUI.Table.Table;
7526 export import TableBody = __MaterialUI.Table.TableBody;
7527 export import TableFooter = __MaterialUI.Table.TableFooter;
7528 export import TableHeader = __MaterialUI.Table.TableHeader;
7529 export import TableHeaderColumn = __MaterialUI.Table.TableHeaderColumn;
7530 export import TableRow = __MaterialUI.Table.TableRow;
7531 export import TableRowColumn = __MaterialUI.Table.TableRowColumn;
7532 export default Table;
7533}
7534
7535declare module 'material-ui/Table/Table' {
7536 export import Table = __MaterialUI.Table.Table;
7537 export default Table;
7538}
7539
7540declare module 'material-ui/Table/TableBody' {
7541 export import TableBody = __MaterialUI.Table.TableBody;
7542 export default TableBody;
7543}
7544
7545declare module 'material-ui/Table/TableFooter' {
7546 export import TableFooter = __MaterialUI.Table.TableFooter;
7547 export default TableFooter;
7548}
7549
7550declare module 'material-ui/Table/TableHeader' {
7551 export import TableHeader = __MaterialUI.Table.TableHeader;
7552 export default TableHeader;
7553}
7554
7555declare module 'material-ui/Table/TableHeaderColumn' {
7556 export import TableHeaderColumn = __MaterialUI.Table.TableHeaderColumn;
7557 export default TableHeaderColumn;
7558}
7559
7560declare module 'material-ui/Table/TableRow' {
7561 export import TableRow = __MaterialUI.Table.TableRow;
7562 export default TableRow;
7563}
7564
7565declare module 'material-ui/Table/TableRowColumn' {
7566 export import TableRowColumn = __MaterialUI.Table.TableRowColumn;
7567 export default TableRowColumn;
7568}
7569
7570declare module 'material-ui/Tabs' {
7571 export import Tab = __MaterialUI.Tabs.Tab;
7572 export import Tabs = __MaterialUI.Tabs.Tabs;
7573 export default Tabs;
7574}
7575
7576declare module 'material-ui/Tabs/Tab' {
7577 export import Tab = __MaterialUI.Tabs.Tab;
7578 export default Tab;
7579}
7580
7581declare module 'material-ui/Tabs/Tabs' {
7582 export import Tabs = __MaterialUI.Tabs.Tabs;
7583 export default Tabs;
7584}
7585
7586declare module 'material-ui/TextField' {
7587 export import TextField = __MaterialUI.TextField;
7588 export default TextField;
7589}
7590
7591declare module 'material-ui/TimePicker' {
7592 export import TimePicker = __MaterialUI.TimePicker;
7593 export default TimePicker;
7594}
7595
7596declare module 'material-ui/Toggle' {
7597 export import Toggle = __MaterialUI.Switches.Toggle;
7598 export default Toggle;
7599}
7600
7601declare module 'material-ui/Toolbar' {
7602 export import Toolbar = __MaterialUI.Toolbar.Toolbar;
7603 export import ToolbarGroup = __MaterialUI.Toolbar.ToolbarGroup;
7604 export import ToolbarSeparator = __MaterialUI.Toolbar.ToolbarSeparator;
7605 export import ToolbarTitle = __MaterialUI.Toolbar.ToolbarTitle;
7606 export default Toolbar;
7607}
7608
7609declare module 'material-ui/Toolbar/Toolbar' {
7610 export import Toolbar = __MaterialUI.Toolbar.Toolbar;
7611 export default Toolbar;
7612}
7613
7614declare module 'material-ui/Toolbar/ToolbarGroup' {
7615 export import ToolbarGroup = __MaterialUI.Toolbar.ToolbarGroup;
7616 export default ToolbarGroup;
7617}
7618
7619declare module 'material-ui/Toolbar/ToolbarSeparator' {
7620 export import ToolbarSeparator = __MaterialUI.Toolbar.ToolbarSeparator;
7621 export default ToolbarSeparator;
7622}
7623
7624declare module 'material-ui/Toolbar/ToolbarTitle' {
7625 export import ToolbarTitle = __MaterialUI.Toolbar.ToolbarTitle;
7626 export default ToolbarTitle;
7627}
7628
7629declare module 'material-ui/utils/colorManipulator' {
7630 export import convertColorToString = __MaterialUI.Utils.ColorManipulator.convertColorToString;
7631 export import convertHexToRGB = __MaterialUI.Utils.ColorManipulator.convertHexToRGB;
7632 export import decomposeColor = __MaterialUI.Utils.ColorManipulator.decomposeColor;
7633 export import getContrastRatio = __MaterialUI.Utils.ColorManipulator.getContrastRatio;
7634 export import getLuminance = __MaterialUI.Utils.ColorManipulator.getLuminance;
7635 export import emphasize = __MaterialUI.Utils.ColorManipulator.emphasize;
7636 export import fade = __MaterialUI.Utils.ColorManipulator.fade;
7637 export import darken = __MaterialUI.Utils.ColorManipulator.darken;
7638 export import lighten = __MaterialUI.Utils.ColorManipulator.lighten;
7639}
7640declare module 'material-ui/utils/dom' {
7641 export import Dom = __MaterialUI.Utils.Dom;
7642 export default Dom;
7643}
7644declare module 'material-ui/utils/events' {
7645 export import Events = __MaterialUI.Utils.Events;
7646 export default Events;
7647}
7648declare module 'material-ui/utils/withWidth' {
7649 export const SMALL: number;
7650 export const MEDIUM: number;
7651 export const LARGE: number;
7652
7653 interface Options {
7654 largeWidth?: number | undefined;
7655 mediumWidth?: number | undefined;
7656 resizeInterval?: number | undefined;
7657 }
7658 export default function withWidth<C extends Function>(options?: Options): (component: C) => C;
7659}
7660
7661declare namespace __MaterialUI.Styles {
7662 interface Colors {
7663 red50: string;
7664 red100: string;
7665 red200: string;
7666 red300: string;
7667 red400: string;
7668 red500: string;
7669 red600: string;
7670 red700: string;
7671 red800: string;
7672 red900: string;
7673 redA100: string;
7674 redA200: string;
7675 redA400: string;
7676 redA700: string;
7677
7678 pink50: string;
7679 pink100: string;
7680 pink200: string;
7681 pink300: string;
7682 pink400: string;
7683 pink500: string;
7684 pink600: string;
7685 pink700: string;
7686 pink800: string;
7687 pink900: string;
7688 pinkA100: string;
7689 pinkA200: string;
7690 pinkA400: string;
7691 pinkA700: string;
7692
7693 purple50: string;
7694 purple100: string;
7695 purple200: string;
7696 purple300: string;
7697 purple400: string;
7698 purple500: string;
7699 purple600: string;
7700 purple700: string;
7701 purple800: string;
7702 purple900: string;
7703 purpleA100: string;
7704 purpleA200: string;
7705 purpleA400: string;
7706 purpleA700: string;
7707
7708 deepPurple50: string;
7709 deepPurple100: string;
7710 deepPurple200: string;
7711 deepPurple300: string;
7712 deepPurple400: string;
7713 deepPurple500: string;
7714 deepPurple600: string;
7715 deepPurple700: string;
7716 deepPurple800: string;
7717 deepPurple900: string;
7718 deepPurpleA100: string;
7719 deepPurpleA200: string;
7720 deepPurpleA400: string;
7721 deepPurpleA700: string;
7722
7723 indigo50: string;
7724 indigo100: string;
7725 indigo200: string;
7726 indigo300: string;
7727 indigo400: string;
7728 indigo500: string;
7729 indigo600: string;
7730 indigo700: string;
7731 indigo800: string;
7732 indigo900: string;
7733 indigoA100: string;
7734 indigoA200: string;
7735 indigoA400: string;
7736 indigoA700: string;
7737
7738 blue50: string;
7739 blue100: string;
7740 blue200: string;
7741 blue300: string;
7742 blue400: string;
7743 blue500: string;
7744 blue600: string;
7745 blue700: string;
7746 blue800: string;
7747 blue900: string;
7748 blueA100: string;
7749 blueA200: string;
7750 blueA400: string;
7751 blueA700: string;
7752
7753 lightBlue50: string;
7754 lightBlue100: string;
7755 lightBlue200: string;
7756 lightBlue300: string;
7757 lightBlue400: string;
7758 lightBlue500: string;
7759 lightBlue600: string;
7760 lightBlue700: string;
7761 lightBlue800: string;
7762 lightBlue900: string;
7763 lightBlueA100: string;
7764 lightBlueA200: string;
7765 lightBlueA400: string;
7766 lightBlueA700: string;
7767
7768 cyan50: string;
7769 cyan100: string;
7770 cyan200: string;
7771 cyan300: string;
7772 cyan400: string;
7773 cyan500: string;
7774 cyan600: string;
7775 cyan700: string;
7776 cyan800: string;
7777 cyan900: string;
7778 cyanA100: string;
7779 cyanA200: string;
7780 cyanA400: string;
7781 cyanA700: string;
7782
7783 teal50: string;
7784 teal100: string;
7785 teal200: string;
7786 teal300: string;
7787 teal400: string;
7788 teal500: string;
7789 teal600: string;
7790 teal700: string;
7791 teal800: string;
7792 teal900: string;
7793 tealA100: string;
7794 tealA200: string;
7795 tealA400: string;
7796 tealA700: string;
7797
7798 green50: string;
7799 green100: string;
7800 green200: string;
7801 green300: string;
7802 green400: string;
7803 green500: string;
7804 green600: string;
7805 green700: string;
7806 green800: string;
7807 green900: string;
7808 greenA100: string;
7809 greenA200: string;
7810 greenA400: string;
7811 greenA700: string;
7812
7813 lightGreen50: string;
7814 lightGreen100: string;
7815 lightGreen200: string;
7816 lightGreen300: string;
7817 lightGreen400: string;
7818 lightGreen500: string;
7819 lightGreen600: string;
7820 lightGreen700: string;
7821 lightGreen800: string;
7822 lightGreen900: string;
7823 lightGreenA100: string;
7824 lightGreenA200: string;
7825 lightGreenA400: string;
7826 lightGreenA700: string;
7827
7828 lime50: string;
7829 lime100: string;
7830 lime200: string;
7831 lime300: string;
7832 lime400: string;
7833 lime500: string;
7834 lime600: string;
7835 lime700: string;
7836 lime800: string;
7837 lime900: string;
7838 limeA100: string;
7839 limeA200: string;
7840 limeA400: string;
7841 limeA700: string;
7842
7843 yellow50: string;
7844 yellow100: string;
7845 yellow200: string;
7846 yellow300: string;
7847 yellow400: string;
7848 yellow500: string;
7849 yellow600: string;
7850 yellow700: string;
7851 yellow800: string;
7852 yellow900: string;
7853 yellowA100: string;
7854 yellowA200: string;
7855 yellowA400: string;
7856 yellowA700: string;
7857
7858 amber50: string;
7859 amber100: string;
7860 amber200: string;
7861 amber300: string;
7862 amber400: string;
7863 amber500: string;
7864 amber600: string;
7865 amber700: string;
7866 amber800: string;
7867 amber900: string;
7868 amberA100: string;
7869 amberA200: string;
7870 amberA400: string;
7871 amberA700: string;
7872
7873 orange50: string;
7874 orange100: string;
7875 orange200: string;
7876 orange300: string;
7877 orange400: string;
7878 orange500: string;
7879 orange600: string;
7880 orange700: string;
7881 orange800: string;
7882 orange900: string;
7883 orangeA100: string;
7884 orangeA200: string;
7885 orangeA400: string;
7886 orangeA700: string;
7887
7888 deepOrange50: string;
7889 deepOrange100: string;
7890 deepOrange200: string;
7891 deepOrange300: string;
7892 deepOrange400: string;
7893 deepOrange500: string;
7894 deepOrange600: string;
7895 deepOrange700: string;
7896 deepOrange800: string;
7897 deepOrange900: string;
7898 deepOrangeA100: string;
7899 deepOrangeA200: string;
7900 deepOrangeA400: string;
7901 deepOrangeA700: string;
7902
7903 brown50: string;
7904 brown100: string;
7905 brown200: string;
7906 brown300: string;
7907 brown400: string;
7908 brown500: string;
7909 brown600: string;
7910 brown700: string;
7911 brown800: string;
7912 brown900: string;
7913
7914 blueGrey50: string;
7915 blueGrey100: string;
7916 blueGrey200: string;
7917 blueGrey300: string;
7918 blueGrey400: string;
7919 blueGrey500: string;
7920 blueGrey600: string;
7921 blueGrey700: string;
7922 blueGrey800: string;
7923 blueGrey900: string;
7924
7925 grey50: string;
7926 grey100: string;
7927 grey200: string;
7928 grey300: string;
7929 grey400: string;
7930 grey500: string;
7931 grey600: string;
7932 grey700: string;
7933 grey800: string;
7934 grey900: string;
7935
7936 black: string;
7937 white: string;
7938
7939 transparent: string;
7940 fullBlack: string;
7941 darkBlack: string;
7942 lightBlack: string;
7943 minBlack: string;
7944 faintBlack: string;
7945 fullWhite: string;
7946 darkWhite: string;
7947 lightWhite: string;
7948 }
7949 export let Colors: Colors;
7950}
7951
7952declare module 'material-ui/svg-icons' {
7953// DO NOT EDIT
7954// This code is generated by scripts/material-ui/generate.js
7955// {{{
7956 export import ActionAccessibility = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/accessibility');
7957 export import ActionAccessible = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/accessible');
7958 export import ActionAccountBalance = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/account-balance');
7959 export import ActionAccountBalanceWallet = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/account-balance-wallet');
7960 export import ActionAccountBox = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/account-box');
7961 export import ActionAccountCircle = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/account-circle');
7962 export import ActionAddShoppingCart = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/add-shopping-cart');
7963 export import ActionAlarm = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/alarm');
7964 export import ActionAlarmAdd = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/alarm-add');
7965 export import ActionAlarmOff = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/alarm-off');
7966 export import ActionAlarmOn = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/alarm-on');
7967 export import ActionAllOut = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/all-out');
7968 export import ActionAndroid = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/android');
7969 export import ActionAnnouncement = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/announcement');
7970 export import ActionAspectRatio = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/aspect-ratio');
7971 export import ActionAssessment = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/assessment');
7972 export import ActionAssignment = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/assignment');
7973 export import ActionAssignmentInd = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/assignment-ind');
7974 export import ActionAssignmentLate = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/assignment-late');
7975 export import ActionAssignmentReturn = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/assignment-return');
7976 export import ActionAssignmentReturned = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/assignment-returned');
7977 export import ActionAssignmentTurnedIn = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/assignment-turned-in');
7978 export import ActionAutorenew = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/autorenew');
7979 export import ActionBackup = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/backup');
7980 export import ActionBook = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/book');
7981 export import ActionBookmark = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/bookmark');
7982 export import ActionBookmarkBorder = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/bookmark-border');
7983 export import ActionBugReport = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/bug-report');
7984 export import ActionBuild = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/build');
7985 export import ActionCached = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/cached');
7986 export import ActionCameraEnhance = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/camera-enhance');
7987 export import ActionCardGiftcard = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/card-giftcard');
7988 export import ActionCardMembership = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/card-membership');
7989 export import ActionCardTravel = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/card-travel');
7990 export import ActionChangeHistory = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/change-history');
7991 export import ActionCheckCircle = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/check-circle');
7992 export import ActionChromeReaderMode = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/chrome-reader-mode');
7993 export import ActionClass = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/class');
7994 export import ActionCode = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/code');
7995 export import ActionCompareArrows = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/compare-arrows');
7996 export import ActionCopyright = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/copyright');
7997 export import ActionCreditCard = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/credit-card');
7998 export import ActionDashboard = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/dashboard');
7999 export import ActionDateRange = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/date-range');
8000 export import ActionDelete = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/delete');
8001 export import ActionDeleteForever = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/delete-forever');
8002 export import ActionDescription = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/description');
8003 export import ActionDns = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/dns');
8004 export import ActionDone = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/done');
8005 export import ActionDoneAll = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/done-all');
8006 export import ActionDonutLarge = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/donut-large');
8007 export import ActionDonutSmall = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/donut-small');
8008 export import ActionEject = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/eject');
8009 export import ActionEuroSymbol = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/euro-symbol');
8010 export import ActionEvent = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/event');
8011 export import ActionEventSeat = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/event-seat');
8012 export import ActionExitToApp = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/exit-to-app');
8013 export import ActionExplore = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/explore');
8014 export import ActionExtension = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/extension');
8015 export import ActionFace = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/face');
8016 export import ActionFavorite = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/favorite');
8017 export import ActionFavoriteBorder = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/favorite-border');
8018 export import ActionFeedback = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/feedback');
8019 export import ActionFindInPage = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/find-in-page');
8020 export import ActionFindReplace = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/find-replace');
8021 export import ActionFingerprint = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/fingerprint');
8022 export import ActionFlightLand = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/flight-land');
8023 export import ActionFlightTakeoff = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/flight-takeoff');
8024 export import ActionFlipToBack = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/flip-to-back');
8025 export import ActionFlipToFront = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/flip-to-front');
8026 export import ActionGTranslate = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/g-translate');
8027 export import ActionGavel = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/gavel');
8028 export import ActionGetApp = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/get-app');
8029 export import ActionGif = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/gif');
8030 export import ActionGrade = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/grade');
8031 export import ActionGroupWork = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/group-work');
8032 export import ActionHelp = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/help');
8033 export import ActionHelpOutline = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/help-outline');
8034 export import ActionHighlightOff = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/highlight-off');
8035 export import ActionHistory = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/history');
8036 export import ActionHome = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/home');
8037 export import ActionHourglassEmpty = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/hourglass-empty');
8038 export import ActionHourglassFull = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/hourglass-full');
8039 export import ActionHttp = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/http');
8040 export import ActionHttps = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/https');
8041 export import ActionImportantDevices = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/important-devices');
8042 export import ActionInfo = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/info');
8043 export import ActionInfoOutline = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/info-outline');
8044 export import ActionInput = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/input');
8045 export import ActionInvertColors = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/invert-colors');
8046 export import ActionLabel = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/label');
8047 export import ActionLabelOutline = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/label-outline');
8048 export import ActionLanguage = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/language');
8049 export import ActionLaunch = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/launch');
8050 export import ActionLightbulbOutline = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/lightbulb-outline');
8051 export import ActionLineStyle = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/line-style');
8052 export import ActionLineWeight = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/line-weight');
8053 export import ActionList = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/list');
8054 export import ActionLock = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/lock');
8055 export import ActionLockOpen = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/lock-open');
8056 export import ActionLockOutline = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/lock-outline');
8057 export import ActionLoyalty = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/loyalty');
8058 export import ActionMarkunreadMailbox = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/markunread-mailbox');
8059 export import ActionMotorcycle = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/motorcycle');
8060 export import ActionNoteAdd = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/note-add');
8061 export import ActionOfflinePin = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/offline-pin');
8062 export import ActionOpacity = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/opacity');
8063 export import ActionOpenInBrowser = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/open-in-browser');
8064 export import ActionOpenInNew = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/open-in-new');
8065 export import ActionOpenWith = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/open-with');
8066 export import ActionPageview = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/pageview');
8067 export import ActionPanTool = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/pan-tool');
8068 export import ActionPayment = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/payment');
8069 export import ActionPermCameraMic = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/perm-camera-mic');
8070 export import ActionPermContactCalendar = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/perm-contact-calendar');
8071 export import ActionPermDataSetting = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/perm-data-setting');
8072 export import ActionPermDeviceInformation = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/perm-device-information');
8073 export import ActionPermIdentity = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/perm-identity');
8074 export import ActionPermMedia = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/perm-media');
8075 export import ActionPermPhoneMsg = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/perm-phone-msg');
8076 export import ActionPermScanWifi = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/perm-scan-wifi');
8077 export import ActionPets = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/pets');
8078 export import ActionPictureInPicture = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/picture-in-picture');
8079 export import ActionPictureInPictureAlt = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/picture-in-picture-alt');
8080 export import ActionPlayForWork = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/play-for-work');
8081 export import ActionPolymer = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/polymer');
8082 export import ActionPowerSettingsNew = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/power-settings-new');
8083 export import ActionPregnantWoman = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/pregnant-woman');
8084 export import ActionPrint = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/print');
8085 export import ActionQueryBuilder = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/query-builder');
8086 export import ActionQuestionAnswer = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/question-answer');
8087 export import ActionReceipt = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/receipt');
8088 export import ActionRecordVoiceOver = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/record-voice-over');
8089 export import ActionRedeem = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/redeem');
8090 export import ActionRemoveShoppingCart = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/remove-shopping-cart');
8091 export import ActionReorder = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/reorder');
8092 export import ActionReportProblem = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/report-problem');
8093 export import ActionRestore = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/restore');
8094 export import ActionRestorePage = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/restore-page');
8095 export import ActionRoom = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/room');
8096 export import ActionRoundedCorner = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/rounded-corner');
8097 export import ActionRowing = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/rowing');
8098 export import ActionSchedule = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/schedule');
8099 export import ActionSearch = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/search');
8100 export import ActionSettings = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/settings');
8101 export import ActionSettingsApplications = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/settings-applications');
8102 export import ActionSettingsBackupRestore = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/settings-backup-restore');
8103 export import ActionSettingsBluetooth = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/settings-bluetooth');
8104 export import ActionSettingsBrightness = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/settings-brightness');
8105 export import ActionSettingsCell = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/settings-cell');
8106 export import ActionSettingsEthernet = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/settings-ethernet');
8107 export import ActionSettingsInputAntenna = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/settings-input-antenna');
8108 export import ActionSettingsInputComponent = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/settings-input-component');
8109 export import ActionSettingsInputComposite = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/settings-input-composite');
8110 export import ActionSettingsInputHdmi = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/settings-input-hdmi');
8111 export import ActionSettingsInputSvideo = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/settings-input-svideo');
8112 export import ActionSettingsOverscan = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/settings-overscan');
8113 export import ActionSettingsPhone = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/settings-phone');
8114 export import ActionSettingsPower = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/settings-power');
8115 export import ActionSettingsRemote = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/settings-remote');
8116 export import ActionSettingsVoice = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/settings-voice');
8117 export import ActionShop = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/shop');
8118 export import ActionShopTwo = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/shop-two');
8119 export import ActionShoppingBasket = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/shopping-basket');
8120 export import ActionShoppingCart = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/shopping-cart');
8121 export import ActionSpeakerNotes = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/speaker-notes');
8122 export import ActionSpeakerNotesOff = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/speaker-notes-off');
8123 export import ActionSpellcheck = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/spellcheck');
8124 export import ActionStars = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/stars');
8125 export import ActionStore = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/store');
8126 export import ActionSubject = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/subject');
8127 export import ActionSupervisorAccount = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/supervisor-account');
8128 export import ActionSwapHoriz = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/swap-horiz');
8129 export import ActionSwapVert = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/swap-vert');
8130 export import ActionSwapVerticalCircle = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/swap-vertical-circle');
8131 export import ActionSystemUpdateAlt = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/system-update-alt');
8132 export import ActionTab = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/tab');
8133 export import ActionTabUnselected = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/tab-unselected');
8134 export import ActionTheaters = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/theaters');
8135 export import ActionThreeDRotation = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/three-d-rotation');
8136 export import ActionThumbDown = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/thumb-down');
8137 export import ActionThumbUp = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/thumb-up');
8138 export import ActionThumbsUpDown = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/thumbs-up-down');
8139 export import ActionTimeline = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/timeline');
8140 export import ActionToc = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/toc');
8141 export import ActionToday = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/today');
8142 export import ActionToll = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/toll');
8143 export import ActionTouchApp = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/touch-app');
8144 export import ActionTrackChanges = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/track-changes');
8145 export import ActionTranslate = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/translate');
8146 export import ActionTrendingDown = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/trending-down');
8147 export import ActionTrendingFlat = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/trending-flat');
8148 export import ActionTrendingUp = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/trending-up');
8149 export import ActionTurnedIn = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/turned-in');
8150 export import ActionTurnedInNot = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/turned-in-not');
8151 export import ActionUpdate = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/update');
8152 export import ActionVerifiedUser = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/verified-user');
8153 export import ActionViewAgenda = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/view-agenda');
8154 export import ActionViewArray = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/view-array');
8155 export import ActionViewCarousel = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/view-carousel');
8156 export import ActionViewColumn = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/view-column');
8157 export import ActionViewDay = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/view-day');
8158 export import ActionViewHeadline = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/view-headline');
8159 export import ActionViewList = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/view-list');
8160 export import ActionViewModule = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/view-module');
8161 export import ActionViewQuilt = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/view-quilt');
8162 export import ActionViewStream = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/view-stream');
8163 export import ActionViewWeek = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/view-week');
8164 export import ActionVisibility = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/visibility');
8165 export import ActionVisibilityOff = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/visibility-off');
8166 export import ActionWatchLater = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/watch-later');
8167 export import ActionWork = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/work');
8168 export import ActionYoutubeSearchedFor = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/youtube-searched-for');
8169 export import ActionZoomIn = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/zoom-in');
8170 export import ActionZoomOut = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/action/zoom-out');
8171 export import AlertAddAlert = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/alert/add-alert');
8172 export import AlertError = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/alert/error');
8173 export import AlertErrorOutline = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/alert/error-outline');
8174 export import AlertWarning = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/alert/warning');
8175 export import AvAddToQueue = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/add-to-queue');
8176 export import AvAirplay = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/airplay');
8177 export import AvAlbum = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/album');
8178 export import AvArtTrack = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/art-track');
8179 export import AvAvTimer = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/av-timer');
8180 export import AvBrandingWatermark = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/branding-watermark');
8181 export import AvCallToAction = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/call-to-action');
8182 export import AvClosedCaption = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/closed-caption');
8183 export import AvEqualizer = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/equalizer');
8184 export import AvExplicit = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/explicit');
8185 export import AvFastForward = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/fast-forward');
8186 export import AvFastRewind = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/fast-rewind');
8187 export import AvFeaturedPlayList = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/featured-play-list');
8188 export import AvFeaturedVideo = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/featured-video');
8189 export import AvFiberDvr = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/fiber-dvr');
8190 export import AvFiberManualRecord = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/fiber-manual-record');
8191 export import AvFiberNew = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/fiber-new');
8192 export import AvFiberPin = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/fiber-pin');
8193 export import AvFiberSmartRecord = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/fiber-smart-record');
8194 export import AvForward10 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/forward-10');
8195 export import AvForward30 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/forward-30');
8196 export import AvForward5 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/forward-5');
8197 export import AvGames = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/games');
8198 export import AvHd = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/hd');
8199 export import AvHearing = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/hearing');
8200 export import AvHighQuality = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/high-quality');
8201 export import AvLibraryAdd = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/library-add');
8202 export import AvLibraryBooks = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/library-books');
8203 export import AvLibraryMusic = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/library-music');
8204 export import AvLoop = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/loop');
8205 export import AvMic = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/mic');
8206 export import AvMicNone = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/mic-none');
8207 export import AvMicOff = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/mic-off');
8208 export import AvMovie = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/movie');
8209 export import AvMusicVideo = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/music-video');
8210 export import AvNewReleases = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/new-releases');
8211 export import AvNotInterested = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/not-interested');
8212 export import AvNote = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/note');
8213 export import AvPause = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/pause');
8214 export import AvPauseCircleFilled = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/pause-circle-filled');
8215 export import AvPauseCircleOutline = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/pause-circle-outline');
8216 export import AvPlayArrow = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/play-arrow');
8217 export import AvPlayCircleFilled = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/play-circle-filled');
8218 export import AvPlayCircleOutline = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/play-circle-outline');
8219 export import AvPlaylistAdd = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/playlist-add');
8220 export import AvPlaylistAddCheck = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/playlist-add-check');
8221 export import AvPlaylistPlay = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/playlist-play');
8222 export import AvQueue = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/queue');
8223 export import AvQueueMusic = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/queue-music');
8224 export import AvQueuePlayNext = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/queue-play-next');
8225 export import AvRadio = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/radio');
8226 export import AvRecentActors = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/recent-actors');
8227 export import AvRemoveFromQueue = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/remove-from-queue');
8228 export import AvRepeat = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/repeat');
8229 export import AvRepeatOne = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/repeat-one');
8230 export import AvReplay = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/replay');
8231 export import AvReplay10 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/replay-10');
8232 export import AvReplay30 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/replay-30');
8233 export import AvReplay5 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/replay-5');
8234 export import AvShuffle = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/shuffle');
8235 export import AvSkipNext = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/skip-next');
8236 export import AvSkipPrevious = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/skip-previous');
8237 export import AvSlowMotionVideo = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/slow-motion-video');
8238 export import AvSnooze = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/snooze');
8239 export import AvSortByAlpha = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/sort-by-alpha');
8240 export import AvStop = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/stop');
8241 export import AvSubscriptions = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/subscriptions');
8242 export import AvSubtitles = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/subtitles');
8243 export import AvSurroundSound = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/surround-sound');
8244 export import AvVideoCall = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/video-call');
8245 export import AvVideoLabel = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/video-label');
8246 export import AvVideoLibrary = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/video-library');
8247 export import AvVideocam = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/videocam');
8248 export import AvVideocamOff = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/videocam-off');
8249 export import AvVolumeDown = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/volume-down');
8250 export import AvVolumeMute = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/volume-mute');
8251 export import AvVolumeOff = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/volume-off');
8252 export import AvVolumeUp = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/volume-up');
8253 export import AvWeb = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/web');
8254 export import AvWebAsset = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/av/web-asset');
8255 export import CommunicationBusiness = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/business');
8256 export import CommunicationCall = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/call');
8257 export import CommunicationCallEnd = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/call-end');
8258 export import CommunicationCallMade = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/call-made');
8259 export import CommunicationCallMerge = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/call-merge');
8260 export import CommunicationCallMissed = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/call-missed');
8261 export import CommunicationCallMissedOutgoing = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/call-missed-outgoing');
8262 export import CommunicationCallReceived = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/call-received');
8263 export import CommunicationCallSplit = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/call-split');
8264 export import CommunicationChat = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/chat');
8265 export import CommunicationChatBubble = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/chat-bubble');
8266 export import CommunicationChatBubbleOutline = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/chat-bubble-outline');
8267 export import CommunicationClearAll = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/clear-all');
8268 export import CommunicationComment = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/comment');
8269 export import CommunicationContactMail = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/contact-mail');
8270 export import CommunicationContactPhone = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/contact-phone');
8271 export import CommunicationContacts = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/contacts');
8272 export import CommunicationDialerSip = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/dialer-sip');
8273 export import CommunicationDialpad = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/dialpad');
8274 export import CommunicationEmail = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/email');
8275 export import CommunicationForum = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/forum');
8276 export import CommunicationImportContacts = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/import-contacts');
8277 export import CommunicationImportExport = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/import-export');
8278 export import CommunicationInvertColorsOff = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/invert-colors-off');
8279 export import CommunicationLiveHelp = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/live-help');
8280 export import CommunicationLocationOff = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/location-off');
8281 export import CommunicationLocationOn = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/location-on');
8282 export import CommunicationMailOutline = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/mail-outline');
8283 export import CommunicationMessage = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/message');
8284 export import CommunicationNoSim = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/no-sim');
8285 export import CommunicationPhone = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/phone');
8286 export import CommunicationPhonelinkErase = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/phonelink-erase');
8287 export import CommunicationPhonelinkLock = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/phonelink-lock');
8288 export import CommunicationPhonelinkRing = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/phonelink-ring');
8289 export import CommunicationPhonelinkSetup = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/phonelink-setup');
8290 export import CommunicationPortableWifiOff = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/portable-wifi-off');
8291 export import CommunicationPresentToAll = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/present-to-all');
8292 export import CommunicationRingVolume = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/ring-volume');
8293 export import CommunicationRssFeed = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/rss-feed');
8294 export import CommunicationScreenShare = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/screen-share');
8295 export import CommunicationSpeakerPhone = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/speaker-phone');
8296 export import CommunicationStayCurrentLandscape = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/stay-current-landscape');
8297 export import CommunicationStayCurrentPortrait = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/stay-current-portrait');
8298 export import CommunicationStayPrimaryLandscape = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/stay-primary-landscape');
8299 export import CommunicationStayPrimaryPortrait = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/stay-primary-portrait');
8300 export import CommunicationStopScreenShare = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/stop-screen-share');
8301 export import CommunicationSwapCalls = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/swap-calls');
8302 export import CommunicationTextsms = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/textsms');
8303 export import CommunicationVoicemail = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/voicemail');
8304 export import CommunicationVpnKey = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/communication/vpn-key');
8305 export import ContentAdd = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/add');
8306 export import ContentAddBox = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/add-box');
8307 export import ContentAddCircle = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/add-circle');
8308 export import ContentAddCircleOutline = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/add-circle-outline');
8309 export import ContentArchive = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/archive');
8310 export import ContentBackspace = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/backspace');
8311 export import ContentBlock = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/block');
8312 export import ContentClear = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/clear');
8313 export import ContentContentCopy = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/content-copy');
8314 export import ContentContentCut = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/content-cut');
8315 export import ContentContentPaste = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/content-paste');
8316 export import ContentCreate = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/create');
8317 export import ContentDeleteSweep = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/delete-sweep');
8318 export import ContentDrafts = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/drafts');
8319 export import ContentFilterList = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/filter-list');
8320 export import ContentFlag = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/flag');
8321 export import ContentFontDownload = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/font-download');
8322 export import ContentForward = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/forward');
8323 export import ContentGesture = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/gesture');
8324 export import ContentInbox = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/inbox');
8325 export import ContentLink = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/link');
8326 export import ContentLowPriority = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/low-priority');
8327 export import ContentMail = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/mail');
8328 export import ContentMarkunread = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/markunread');
8329 export import ContentMoveToInbox = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/move-to-inbox');
8330 export import ContentNextWeek = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/next-week');
8331 export import ContentRedo = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/redo');
8332 export import ContentRemove = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/remove');
8333 export import ContentRemoveCircle = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/remove-circle');
8334 export import ContentRemoveCircleOutline = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/remove-circle-outline');
8335 export import ContentReply = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/reply');
8336 export import ContentReplyAll = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/reply-all');
8337 export import ContentReport = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/report');
8338 export import ContentSave = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/save');
8339 export import ContentSelectAll = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/select-all');
8340 export import ContentSend = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/send');
8341 export import ContentSort = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/sort');
8342 export import ContentTextFormat = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/text-format');
8343 export import ContentUnarchive = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/unarchive');
8344 export import ContentUndo = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/undo');
8345 export import ContentWeekend = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/content/weekend');
8346 export import DeviceAccessAlarm = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/access-alarm');
8347 export import DeviceAccessAlarms = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/access-alarms');
8348 export import DeviceAccessTime = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/access-time');
8349 export import DeviceAddAlarm = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/add-alarm');
8350 export import DeviceAirplanemodeActive = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/airplanemode-active');
8351 export import DeviceAirplanemodeInactive = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/airplanemode-inactive');
8352 export import DeviceBattery20 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/battery-20');
8353 export import DeviceBattery30 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/battery-30');
8354 export import DeviceBattery50 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/battery-50');
8355 export import DeviceBattery60 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/battery-60');
8356 export import DeviceBattery80 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/battery-80');
8357 export import DeviceBattery90 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/battery-90');
8358 export import DeviceBatteryAlert = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/battery-alert');
8359 export import DeviceBatteryCharging20 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/battery-charging-20');
8360 export import DeviceBatteryCharging30 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/battery-charging-30');
8361 export import DeviceBatteryCharging50 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/battery-charging-50');
8362 export import DeviceBatteryCharging60 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/battery-charging-60');
8363 export import DeviceBatteryCharging80 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/battery-charging-80');
8364 export import DeviceBatteryCharging90 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/battery-charging-90');
8365 export import DeviceBatteryChargingFull = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/battery-charging-full');
8366 export import DeviceBatteryFull = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/battery-full');
8367 export import DeviceBatteryStd = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/battery-std');
8368 export import DeviceBatteryUnknown = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/battery-unknown');
8369 export import DeviceBluetooth = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/bluetooth');
8370 export import DeviceBluetoothConnected = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/bluetooth-connected');
8371 export import DeviceBluetoothDisabled = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/bluetooth-disabled');
8372 export import DeviceBluetoothSearching = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/bluetooth-searching');
8373 export import DeviceBrightnessAuto = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/brightness-auto');
8374 export import DeviceBrightnessHigh = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/brightness-high');
8375 export import DeviceBrightnessLow = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/brightness-low');
8376 export import DeviceBrightnessMedium = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/brightness-medium');
8377 export import DeviceDataUsage = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/data-usage');
8378 export import DeviceDeveloperMode = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/developer-mode');
8379 export import DeviceDevices = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/devices');
8380 export import DeviceDvr = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/dvr');
8381 export import DeviceGpsFixed = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/gps-fixed');
8382 export import DeviceGpsNotFixed = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/gps-not-fixed');
8383 export import DeviceGpsOff = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/gps-off');
8384 export import DeviceGraphicEq = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/graphic-eq');
8385 export import DeviceLocationDisabled = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/location-disabled');
8386 export import DeviceLocationSearching = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/location-searching');
8387 export import DeviceNetworkCell = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/network-cell');
8388 export import DeviceNetworkWifi = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/network-wifi');
8389 export import DeviceNfc = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/nfc');
8390 export import DeviceScreenLockLandscape = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/screen-lock-landscape');
8391 export import DeviceScreenLockPortrait = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/screen-lock-portrait');
8392 export import DeviceScreenLockRotation = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/screen-lock-rotation');
8393 export import DeviceScreenRotation = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/screen-rotation');
8394 export import DeviceSdStorage = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/sd-storage');
8395 export import DeviceSettingsSystemDaydream = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/settings-system-daydream');
8396 export import DeviceSignalCellular0Bar = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/signal-cellular-0-bar');
8397 export import DeviceSignalCellular1Bar = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/signal-cellular-1-bar');
8398 export import DeviceSignalCellular2Bar = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/signal-cellular-2-bar');
8399 export import DeviceSignalCellular3Bar = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/signal-cellular-3-bar');
8400 export import DeviceSignalCellular4Bar = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/signal-cellular-4-bar');
8401 export import DeviceSignalCellularConnectedNoInternet0Bar = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/signal-cellular-connected-no-internet-0-bar');
8402 export import DeviceSignalCellularConnectedNoInternet1Bar = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/signal-cellular-connected-no-internet-1-bar');
8403 export import DeviceSignalCellularConnectedNoInternet2Bar = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/signal-cellular-connected-no-internet-2-bar');
8404 export import DeviceSignalCellularConnectedNoInternet3Bar = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/signal-cellular-connected-no-internet-3-bar');
8405 export import DeviceSignalCellularConnectedNoInternet4Bar = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/signal-cellular-connected-no-internet-4-bar');
8406 export import DeviceSignalCellularNoSim = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/signal-cellular-no-sim');
8407 export import DeviceSignalCellularNull = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/signal-cellular-null');
8408 export import DeviceSignalCellularOff = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/signal-cellular-off');
8409 export import DeviceSignalWifi0Bar = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/signal-wifi-0-bar');
8410 export import DeviceSignalWifi1Bar = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/signal-wifi-1-bar');
8411 export import DeviceSignalWifi1BarLock = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/signal-wifi-1-bar-lock');
8412 export import DeviceSignalWifi2Bar = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/signal-wifi-2-bar');
8413 export import DeviceSignalWifi2BarLock = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/signal-wifi-2-bar-lock');
8414 export import DeviceSignalWifi3Bar = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/signal-wifi-3-bar');
8415 export import DeviceSignalWifi3BarLock = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/signal-wifi-3-bar-lock');
8416 export import DeviceSignalWifi4Bar = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/signal-wifi-4-bar');
8417 export import DeviceSignalWifi4BarLock = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/signal-wifi-4-bar-lock');
8418 export import DeviceSignalWifiOff = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/signal-wifi-off');
8419 export import DeviceStorage = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/storage');
8420 export import DeviceUsb = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/usb');
8421 export import DeviceWallpaper = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/wallpaper');
8422 export import DeviceWidgets = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/widgets');
8423 export import DeviceWifiLock = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/wifi-lock');
8424 export import DeviceWifiTethering = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/device/wifi-tethering');
8425 export import EditorAttachFile = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/attach-file');
8426 export import EditorAttachMoney = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/attach-money');
8427 export import EditorBorderAll = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/border-all');
8428 export import EditorBorderBottom = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/border-bottom');
8429 export import EditorBorderClear = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/border-clear');
8430 export import EditorBorderColor = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/border-color');
8431 export import EditorBorderHorizontal = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/border-horizontal');
8432 export import EditorBorderInner = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/border-inner');
8433 export import EditorBorderLeft = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/border-left');
8434 export import EditorBorderOuter = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/border-outer');
8435 export import EditorBorderRight = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/border-right');
8436 export import EditorBorderStyle = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/border-style');
8437 export import EditorBorderTop = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/border-top');
8438 export import EditorBorderVertical = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/border-vertical');
8439 export import EditorBubbleChart = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/bubble-chart');
8440 export import EditorDragHandle = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/drag-handle');
8441 export import EditorFormatAlignCenter = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/format-align-center');
8442 export import EditorFormatAlignJustify = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/format-align-justify');
8443 export import EditorFormatAlignLeft = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/format-align-left');
8444 export import EditorFormatAlignRight = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/format-align-right');
8445 export import EditorFormatBold = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/format-bold');
8446 export import EditorFormatClear = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/format-clear');
8447 export import EditorFormatColorFill = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/format-color-fill');
8448 export import EditorFormatColorReset = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/format-color-reset');
8449 export import EditorFormatColorText = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/format-color-text');
8450 export import EditorFormatIndentDecrease = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/format-indent-decrease');
8451 export import EditorFormatIndentIncrease = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/format-indent-increase');
8452 export import EditorFormatItalic = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/format-italic');
8453 export import EditorFormatLineSpacing = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/format-line-spacing');
8454 export import EditorFormatListBulleted = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/format-list-bulleted');
8455 export import EditorFormatListNumbered = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/format-list-numbered');
8456 export import EditorFormatPaint = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/format-paint');
8457 export import EditorFormatQuote = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/format-quote');
8458 export import EditorFormatShapes = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/format-shapes');
8459 export import EditorFormatSize = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/format-size');
8460 export import EditorFormatStrikethrough = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/format-strikethrough');
8461 export import EditorFormatTextdirectionLToR = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/format-textdirection-l-to-r');
8462 export import EditorFormatTextdirectionRToL = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/format-textdirection-r-to-l');
8463 export import EditorFormatUnderlined = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/format-underlined');
8464 export import EditorFunctions = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/functions');
8465 export import EditorHighlight = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/highlight');
8466 export import EditorInsertChart = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/insert-chart');
8467 export import EditorInsertComment = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/insert-comment');
8468 export import EditorInsertDriveFile = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/insert-drive-file');
8469 export import EditorInsertEmoticon = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/insert-emoticon');
8470 export import EditorInsertInvitation = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/insert-invitation');
8471 export import EditorInsertLink = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/insert-link');
8472 export import EditorInsertPhoto = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/insert-photo');
8473 export import EditorLinearScale = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/linear-scale');
8474 export import EditorMergeType = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/merge-type');
8475 export import EditorModeComment = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/mode-comment');
8476 export import EditorModeEdit = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/mode-edit');
8477 export import EditorMonetizationOn = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/monetization-on');
8478 export import EditorMoneyOff = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/money-off');
8479 export import EditorMultilineChart = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/multiline-chart');
8480 export import EditorPieChart = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/pie-chart');
8481 export import EditorPieChartOutlined = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/pie-chart-outlined');
8482 export import EditorPublish = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/publish');
8483 export import EditorShortText = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/short-text');
8484 export import EditorShowChart = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/show-chart');
8485 export import EditorSpaceBar = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/space-bar');
8486 export import EditorStrikethroughS = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/strikethrough-s');
8487 export import EditorTextFields = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/text-fields');
8488 export import EditorTitle = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/title');
8489 export import EditorVerticalAlignBottom = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/vertical-align-bottom');
8490 export import EditorVerticalAlignCenter = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/vertical-align-center');
8491 export import EditorVerticalAlignTop = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/vertical-align-top');
8492 export import EditorWrapText = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/editor/wrap-text');
8493 export import FileAttachment = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/file/attachment');
8494 export import FileCloud = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/file/cloud');
8495 export import FileCloudCircle = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/file/cloud-circle');
8496 export import FileCloudDone = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/file/cloud-done');
8497 export import FileCloudDownload = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/file/cloud-download');
8498 export import FileCloudOff = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/file/cloud-off');
8499 export import FileCloudQueue = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/file/cloud-queue');
8500 export import FileCloudUpload = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/file/cloud-upload');
8501 export import FileCreateNewFolder = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/file/create-new-folder');
8502 export import FileFileDownload = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/file/file-download');
8503 export import FileFileUpload = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/file/file-upload');
8504 export import FileFolder = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/file/folder');
8505 export import FileFolderOpen = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/file/folder-open');
8506 export import FileFolderShared = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/file/folder-shared');
8507 export import HardwareCast = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/cast');
8508 export import HardwareCastConnected = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/cast-connected');
8509 export import HardwareComputer = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/computer');
8510 export import HardwareDesktopMac = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/desktop-mac');
8511 export import HardwareDesktopWindows = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/desktop-windows');
8512 export import HardwareDeveloperBoard = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/developer-board');
8513 export import HardwareDeviceHub = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/device-hub');
8514 export import HardwareDevicesOther = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/devices-other');
8515 export import HardwareDock = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/dock');
8516 export import HardwareGamepad = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/gamepad');
8517 export import HardwareHeadset = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/headset');
8518 export import HardwareHeadsetMic = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/headset-mic');
8519 export import HardwareKeyboard = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/keyboard');
8520 export import HardwareKeyboardArrowDown = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/keyboard-arrow-down');
8521 export import HardwareKeyboardArrowLeft = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/keyboard-arrow-left');
8522 export import HardwareKeyboardArrowRight = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/keyboard-arrow-right');
8523 export import HardwareKeyboardArrowUp = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/keyboard-arrow-up');
8524 export import HardwareKeyboardBackspace = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/keyboard-backspace');
8525 export import HardwareKeyboardCapslock = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/keyboard-capslock');
8526 export import HardwareKeyboardHide = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/keyboard-hide');
8527 export import HardwareKeyboardReturn = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/keyboard-return');
8528 export import HardwareKeyboardTab = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/keyboard-tab');
8529 export import HardwareKeyboardVoice = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/keyboard-voice');
8530 export import HardwareLaptop = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/laptop');
8531 export import HardwareLaptopChromebook = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/laptop-chromebook');
8532 export import HardwareLaptopMac = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/laptop-mac');
8533 export import HardwareLaptopWindows = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/laptop-windows');
8534 export import HardwareMemory = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/memory');
8535 export import HardwareMouse = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/mouse');
8536 export import HardwarePhoneAndroid = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/phone-android');
8537 export import HardwarePhoneIphone = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/phone-iphone');
8538 export import HardwarePhonelink = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/phonelink');
8539 export import HardwarePhonelinkOff = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/phonelink-off');
8540 export import HardwarePowerInput = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/power-input');
8541 export import HardwareRouter = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/router');
8542 export import HardwareScanner = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/scanner');
8543 export import HardwareSecurity = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/security');
8544 export import HardwareSimCard = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/sim-card');
8545 export import HardwareSmartphone = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/smartphone');
8546 export import HardwareSpeaker = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/speaker');
8547 export import HardwareSpeakerGroup = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/speaker-group');
8548 export import HardwareTablet = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/tablet');
8549 export import HardwareTabletAndroid = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/tablet-android');
8550 export import HardwareTabletMac = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/tablet-mac');
8551 export import HardwareToys = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/toys');
8552 export import HardwareTv = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/tv');
8553 export import HardwareVideogameAsset = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/videogame-asset');
8554 export import HardwareWatch = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/hardware/watch');
8555 export import ImageAddAPhoto = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/add-a-photo');
8556 export import ImageAddToPhotos = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/add-to-photos');
8557 export import ImageAdjust = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/adjust');
8558 export import ImageAssistant = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/assistant');
8559 export import ImageAssistantPhoto = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/assistant-photo');
8560 export import ImageAudiotrack = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/audiotrack');
8561 export import ImageBlurCircular = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/blur-circular');
8562 export import ImageBlurLinear = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/blur-linear');
8563 export import ImageBlurOff = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/blur-off');
8564 export import ImageBlurOn = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/blur-on');
8565 export import ImageBrightness1 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/brightness-1');
8566 export import ImageBrightness2 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/brightness-2');
8567 export import ImageBrightness3 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/brightness-3');
8568 export import ImageBrightness4 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/brightness-4');
8569 export import ImageBrightness5 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/brightness-5');
8570 export import ImageBrightness6 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/brightness-6');
8571 export import ImageBrightness7 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/brightness-7');
8572 export import ImageBrokenImage = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/broken-image');
8573 export import ImageBrush = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/brush');
8574 export import ImageBurstMode = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/burst-mode');
8575 export import ImageCamera = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/camera');
8576 export import ImageCameraAlt = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/camera-alt');
8577 export import ImageCameraFront = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/camera-front');
8578 export import ImageCameraRear = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/camera-rear');
8579 export import ImageCameraRoll = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/camera-roll');
8580 export import ImageCenterFocusStrong = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/center-focus-strong');
8581 export import ImageCenterFocusWeak = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/center-focus-weak');
8582 export import ImageCollections = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/collections');
8583 export import ImageCollectionsBookmark = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/collections-bookmark');
8584 export import ImageColorLens = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/color-lens');
8585 export import ImageColorize = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/colorize');
8586 export import ImageCompare = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/compare');
8587 export import ImageControlPoint = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/control-point');
8588 export import ImageControlPointDuplicate = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/control-point-duplicate');
8589 export import ImageCrop = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/crop');
8590 export import ImageCrop169 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/crop-16-9');
8591 export import ImageCrop32 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/crop-3-2');
8592 export import ImageCrop54 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/crop-5-4');
8593 export import ImageCrop75 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/crop-7-5');
8594 export import ImageCropDin = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/crop-din');
8595 export import ImageCropFree = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/crop-free');
8596 export import ImageCropLandscape = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/crop-landscape');
8597 export import ImageCropOriginal = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/crop-original');
8598 export import ImageCropPortrait = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/crop-portrait');
8599 export import ImageCropRotate = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/crop-rotate');
8600 export import ImageCropSquare = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/crop-square');
8601 export import ImageDehaze = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/dehaze');
8602 export import ImageDetails = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/details');
8603 export import ImageEdit = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/edit');
8604 export import ImageExposure = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/exposure');
8605 export import ImageExposureNeg1 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/exposure-neg-1');
8606 export import ImageExposureNeg2 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/exposure-neg-2');
8607 export import ImageExposurePlus1 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/exposure-plus-1');
8608 export import ImageExposurePlus2 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/exposure-plus-2');
8609 export import ImageExposureZero = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/exposure-zero');
8610 export import ImageFilter = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/filter');
8611 export import ImageFilter1 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/filter-1');
8612 export import ImageFilter2 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/filter-2');
8613 export import ImageFilter3 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/filter-3');
8614 export import ImageFilter4 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/filter-4');
8615 export import ImageFilter5 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/filter-5');
8616 export import ImageFilter6 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/filter-6');
8617 export import ImageFilter7 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/filter-7');
8618 export import ImageFilter8 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/filter-8');
8619 export import ImageFilter9 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/filter-9');
8620 export import ImageFilter9Plus = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/filter-9-plus');
8621 export import ImageFilterBAndW = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/filter-b-and-w');
8622 export import ImageFilterCenterFocus = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/filter-center-focus');
8623 export import ImageFilterDrama = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/filter-drama');
8624 export import ImageFilterFrames = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/filter-frames');
8625 export import ImageFilterHdr = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/filter-hdr');
8626 export import ImageFilterNone = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/filter-none');
8627 export import ImageFilterTiltShift = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/filter-tilt-shift');
8628 export import ImageFilterVintage = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/filter-vintage');
8629 export import ImageFlare = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/flare');
8630 export import ImageFlashAuto = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/flash-auto');
8631 export import ImageFlashOff = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/flash-off');
8632 export import ImageFlashOn = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/flash-on');
8633 export import ImageFlip = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/flip');
8634 export import ImageGradient = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/gradient');
8635 export import ImageGrain = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/grain');
8636 export import ImageGridOff = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/grid-off');
8637 export import ImageGridOn = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/grid-on');
8638 export import ImageHdrOff = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/hdr-off');
8639 export import ImageHdrOn = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/hdr-on');
8640 export import ImageHdrStrong = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/hdr-strong');
8641 export import ImageHdrWeak = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/hdr-weak');
8642 export import ImageHealing = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/healing');
8643 export import ImageImage = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/image');
8644 export import ImageImageAspectRatio = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/image-aspect-ratio');
8645 export import ImageIso = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/iso');
8646 export import ImageLandscape = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/landscape');
8647 export import ImageLeakAdd = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/leak-add');
8648 export import ImageLeakRemove = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/leak-remove');
8649 export import ImageLens = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/lens');
8650 export import ImageLinkedCamera = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/linked-camera');
8651 export import ImageLooks = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/looks');
8652 export import ImageLooks3 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/looks-3');
8653 export import ImageLooks4 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/looks-4');
8654 export import ImageLooks5 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/looks-5');
8655 export import ImageLooks6 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/looks-6');
8656 export import ImageLooksOne = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/looks-one');
8657 export import ImageLooksTwo = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/looks-two');
8658 export import ImageLoupe = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/loupe');
8659 export import ImageMonochromePhotos = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/monochrome-photos');
8660 export import ImageMovieCreation = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/movie-creation');
8661 export import ImageMovieFilter = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/movie-filter');
8662 export import ImageMusicNote = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/music-note');
8663 export import ImageNature = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/nature');
8664 export import ImageNaturePeople = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/nature-people');
8665 export import ImageNavigateBefore = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/navigate-before');
8666 export import ImageNavigateNext = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/navigate-next');
8667 export import ImagePalette = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/palette');
8668 export import ImagePanorama = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/panorama');
8669 export import ImagePanoramaFishEye = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/panorama-fish-eye');
8670 export import ImagePanoramaHorizontal = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/panorama-horizontal');
8671 export import ImagePanoramaVertical = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/panorama-vertical');
8672 export import ImagePanoramaWideAngle = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/panorama-wide-angle');
8673 export import ImagePhoto = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/photo');
8674 export import ImagePhotoAlbum = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/photo-album');
8675 export import ImagePhotoCamera = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/photo-camera');
8676 export import ImagePhotoFilter = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/photo-filter');
8677 export import ImagePhotoLibrary = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/photo-library');
8678 export import ImagePhotoSizeSelectActual = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/photo-size-select-actual');
8679 export import ImagePhotoSizeSelectLarge = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/photo-size-select-large');
8680 export import ImagePhotoSizeSelectSmall = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/photo-size-select-small');
8681 export import ImagePictureAsPdf = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/picture-as-pdf');
8682 export import ImagePortrait = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/portrait');
8683 export import ImageRemoveRedEye = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/remove-red-eye');
8684 export import ImageRotate90DegreesCcw = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/rotate-90-degrees-ccw');
8685 export import ImageRotateLeft = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/rotate-left');
8686 export import ImageRotateRight = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/rotate-right');
8687 export import ImageSlideshow = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/slideshow');
8688 export import ImageStraighten = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/straighten');
8689 export import ImageStyle = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/style');
8690 export import ImageSwitchCamera = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/switch-camera');
8691 export import ImageSwitchVideo = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/switch-video');
8692 export import ImageTagFaces = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/tag-faces');
8693 export import ImageTexture = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/texture');
8694 export import ImageTimelapse = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/timelapse');
8695 export import ImageTimer = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/timer');
8696 export import ImageTimer10 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/timer-10');
8697 export import ImageTimer3 = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/timer-3');
8698 export import ImageTimerOff = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/timer-off');
8699 export import ImageTonality = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/tonality');
8700 export import ImageTransform = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/transform');
8701 export import ImageTune = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/tune');
8702 export import ImageViewComfy = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/view-comfy');
8703 export import ImageViewCompact = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/view-compact');
8704 export import ImageVignette = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/vignette');
8705 export import ImageWbAuto = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/wb-auto');
8706 export import ImageWbCloudy = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/wb-cloudy');
8707 export import ImageWbIncandescent = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/wb-incandescent');
8708 export import ImageWbIridescent = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/wb-iridescent');
8709 export import ImageWbSunny = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/image/wb-sunny');
8710 export import MapsAddLocation = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/add-location');
8711 export import MapsBeenhere = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/beenhere');
8712 export import MapsDirections = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/directions');
8713 export import MapsDirectionsBike = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/directions-bike');
8714 export import MapsDirectionsBoat = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/directions-boat');
8715 export import MapsDirectionsBus = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/directions-bus');
8716 export import MapsDirectionsCar = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/directions-car');
8717 export import MapsDirectionsRailway = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/directions-railway');
8718 export import MapsDirectionsRun = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/directions-run');
8719 export import MapsDirectionsSubway = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/directions-subway');
8720 export import MapsDirectionsTransit = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/directions-transit');
8721 export import MapsDirectionsWalk = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/directions-walk');
8722 export import MapsEditLocation = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/edit-location');
8723 export import MapsEvStation = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/ev-station');
8724 export import MapsFlight = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/flight');
8725 export import MapsHotel = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/hotel');
8726 export import MapsLayers = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/layers');
8727 export import MapsLayersClear = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/layers-clear');
8728 export import MapsLocalActivity = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/local-activity');
8729 export import MapsLocalAirport = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/local-airport');
8730 export import MapsLocalAtm = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/local-atm');
8731 export import MapsLocalBar = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/local-bar');
8732 export import MapsLocalCafe = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/local-cafe');
8733 export import MapsLocalCarWash = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/local-car-wash');
8734 export import MapsLocalConvenienceStore = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/local-convenience-store');
8735 export import MapsLocalDining = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/local-dining');
8736 export import MapsLocalDrink = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/local-drink');
8737 export import MapsLocalFlorist = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/local-florist');
8738 export import MapsLocalGasStation = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/local-gas-station');
8739 export import MapsLocalGroceryStore = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/local-grocery-store');
8740 export import MapsLocalHospital = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/local-hospital');
8741 export import MapsLocalHotel = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/local-hotel');
8742 export import MapsLocalLaundryService = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/local-laundry-service');
8743 export import MapsLocalLibrary = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/local-library');
8744 export import MapsLocalMall = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/local-mall');
8745 export import MapsLocalMovies = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/local-movies');
8746 export import MapsLocalOffer = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/local-offer');
8747 export import MapsLocalParking = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/local-parking');
8748 export import MapsLocalPharmacy = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/local-pharmacy');
8749 export import MapsLocalPhone = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/local-phone');
8750 export import MapsLocalPizza = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/local-pizza');
8751 export import MapsLocalPlay = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/local-play');
8752 export import MapsLocalPostOffice = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/local-post-office');
8753 export import MapsLocalPrintshop = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/local-printshop');
8754 export import MapsLocalSee = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/local-see');
8755 export import MapsLocalShipping = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/local-shipping');
8756 export import MapsLocalTaxi = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/local-taxi');
8757 export import MapsMap = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/map');
8758 export import MapsMyLocation = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/my-location');
8759 export import MapsNavigation = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/navigation');
8760 export import MapsNearMe = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/near-me');
8761 export import MapsPersonPin = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/person-pin');
8762 export import MapsPersonPinCircle = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/person-pin-circle');
8763 export import MapsPinDrop = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/pin-drop');
8764 export import MapsPlace = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/place');
8765 export import MapsRateReview = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/rate-review');
8766 export import MapsRestaurant = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/restaurant');
8767 export import MapsRestaurantMenu = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/restaurant-menu');
8768 export import MapsSatellite = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/satellite');
8769 export import MapsStoreMallDirectory = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/store-mall-directory');
8770 export import MapsStreetview = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/streetview');
8771 export import MapsSubway = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/subway');
8772 export import MapsTerrain = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/terrain');
8773 export import MapsTraffic = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/traffic');
8774 export import MapsTrain = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/train');
8775 export import MapsTram = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/tram');
8776 export import MapsTransferWithinAStation = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/transfer-within-a-station');
8777 export import MapsZoomOutMap = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/maps/zoom-out-map');
8778 export import NavigationApps = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/navigation/apps');
8779 export import NavigationArrowBack = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/navigation/arrow-back');
8780 export import NavigationArrowDownward = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/navigation/arrow-downward');
8781 export import NavigationArrowDropDown = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/navigation/arrow-drop-down');
8782 export import NavigationArrowDropDownCircle = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/navigation/arrow-drop-down-circle');
8783 export import NavigationArrowDropUp = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/navigation/arrow-drop-up');
8784 export import NavigationArrowForward = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/navigation/arrow-forward');
8785 export import NavigationArrowUpward = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/navigation/arrow-upward');
8786 export import NavigationCancel = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/navigation/cancel');
8787 export import NavigationCheck = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/navigation/check');
8788 export import NavigationChevronLeft = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/navigation/chevron-left');
8789 export import NavigationChevronRight = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/navigation/chevron-right');
8790 export import NavigationClose = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/navigation/close');
8791 export import NavigationExpandLess = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/navigation/expand-less');
8792 export import NavigationExpandMore = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/navigation/expand-more');
8793 export import NavigationFirstPage = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/navigation/first-page');
8794 export import NavigationFullscreen = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/navigation/fullscreen');
8795 export import NavigationFullscreenExit = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/navigation/fullscreen-exit');
8796 export import NavigationLastPage = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/navigation/last-page');
8797 export import NavigationMenu = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/navigation/menu');
8798 export import NavigationMoreHoriz = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/navigation/more-horiz');
8799 export import NavigationMoreVert = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/navigation/more-vert');
8800 export import NavigationRefresh = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/navigation/refresh');
8801 export import NavigationSubdirectoryArrowLeft = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/navigation/subdirectory-arrow-left');
8802 export import NavigationSubdirectoryArrowRight = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/navigation/subdirectory-arrow-right');
8803 export import NavigationUnfoldLess = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/navigation/unfold-less');
8804 export import NavigationUnfoldMore = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/navigation/unfold-more');
8805 export import NotificationAdb = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/adb');
8806 export import NotificationAirlineSeatFlat = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/airline-seat-flat');
8807 export import NotificationAirlineSeatFlatAngled = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/airline-seat-flat-angled');
8808 export import NotificationAirlineSeatIndividualSuite = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/airline-seat-individual-suite');
8809 export import NotificationAirlineSeatLegroomExtra = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/airline-seat-legroom-extra');
8810 export import NotificationAirlineSeatLegroomNormal = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/airline-seat-legroom-normal');
8811 export import NotificationAirlineSeatLegroomReduced = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/airline-seat-legroom-reduced');
8812 export import NotificationAirlineSeatReclineExtra = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/airline-seat-recline-extra');
8813 export import NotificationAirlineSeatReclineNormal = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/airline-seat-recline-normal');
8814 export import NotificationBluetoothAudio = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/bluetooth-audio');
8815 export import NotificationConfirmationNumber = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/confirmation-number');
8816 export import NotificationDiscFull = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/disc-full');
8817 export import NotificationDoNotDisturb = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/do-not-disturb');
8818 export import NotificationDoNotDisturbAlt = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/do-not-disturb-alt');
8819 export import NotificationDoNotDisturbOff = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/do-not-disturb-off');
8820 export import NotificationDoNotDisturbOn = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/do-not-disturb-on');
8821 export import NotificationDriveEta = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/drive-eta');
8822 export import NotificationEnhancedEncryption = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/enhanced-encryption');
8823 export import NotificationEventAvailable = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/event-available');
8824 export import NotificationEventBusy = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/event-busy');
8825 export import NotificationEventNote = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/event-note');
8826 export import NotificationFolderSpecial = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/folder-special');
8827 export import NotificationLiveTv = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/live-tv');
8828 export import NotificationMms = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/mms');
8829 export import NotificationMore = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/more');
8830 export import NotificationNetworkCheck = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/network-check');
8831 export import NotificationNetworkLocked = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/network-locked');
8832 export import NotificationNoEncryption = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/no-encryption');
8833 export import NotificationOndemandVideo = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/ondemand-video');
8834 export import NotificationPersonalVideo = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/personal-video');
8835 export import NotificationPhoneBluetoothSpeaker = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/phone-bluetooth-speaker');
8836 export import NotificationPhoneForwarded = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/phone-forwarded');
8837 export import NotificationPhoneInTalk = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/phone-in-talk');
8838 export import NotificationPhoneLocked = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/phone-locked');
8839 export import NotificationPhoneMissed = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/phone-missed');
8840 export import NotificationPhonePaused = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/phone-paused');
8841 export import NotificationPower = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/power');
8842 export import NotificationPriorityHigh = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/priority-high');
8843 export import NotificationRvHookup = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/rv-hookup');
8844 export import NotificationSdCard = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/sd-card');
8845 export import NotificationSimCardAlert = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/sim-card-alert');
8846 export import NotificationSms = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/sms');
8847 export import NotificationSmsFailed = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/sms-failed');
8848 export import NotificationSync = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/sync');
8849 export import NotificationSyncDisabled = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/sync-disabled');
8850 export import NotificationSyncProblem = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/sync-problem');
8851 export import NotificationSystemUpdate = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/system-update');
8852 export import NotificationTapAndPlay = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/tap-and-play');
8853 export import NotificationTimeToLeave = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/time-to-leave');
8854 export import NotificationVibration = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/vibration');
8855 export import NotificationVoiceChat = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/voice-chat');
8856 export import NotificationVpnLock = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/vpn-lock');
8857 export import NotificationWc = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/wc');
8858 export import NotificationWifi = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/notification/wifi');
8859 export import PlacesAcUnit = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/places/ac-unit');
8860 export import PlacesAirportShuttle = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/places/airport-shuttle');
8861 export import PlacesAllInclusive = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/places/all-inclusive');
8862 export import PlacesBeachAccess = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/places/beach-access');
8863 export import PlacesBusinessCenter = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/places/business-center');
8864 export import PlacesCasino = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/places/casino');
8865 export import PlacesChildCare = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/places/child-care');
8866 export import PlacesChildFriendly = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/places/child-friendly');
8867 export import PlacesFitnessCenter = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/places/fitness-center');
8868 export import PlacesFreeBreakfast = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/places/free-breakfast');
8869 export import PlacesGolfCourse = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/places/golf-course');
8870 export import PlacesHotTub = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/places/hot-tub');
8871 export import PlacesKitchen = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/places/kitchen');
8872 export import PlacesPool = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/places/pool');
8873 export import PlacesRoomService = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/places/room-service');
8874 export import PlacesRvHookup = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/places/rv-hookup');
8875 export import PlacesSmokeFree = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/places/smoke-free');
8876 export import PlacesSmokingRooms = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/places/smoking-rooms');
8877 export import PlacesSpa = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/places/spa');
8878 export import SocialCake = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/social/cake');
8879 export import SocialDomain = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/social/domain');
8880 export import SocialGroup = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/social/group');
8881 export import SocialGroupAdd = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/social/group-add');
8882 export import SocialLocationCity = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/social/location-city');
8883 export import SocialMood = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/social/mood');
8884 export import SocialMoodBad = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/social/mood-bad');
8885 export import SocialNotifications = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/social/notifications');
8886 export import SocialNotificationsActive = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/social/notifications-active');
8887 export import SocialNotificationsNone = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/social/notifications-none');
8888 export import SocialNotificationsOff = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/social/notifications-off');
8889 export import SocialNotificationsPaused = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/social/notifications-paused');
8890 export import SocialPages = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/social/pages');
8891 export import SocialPartyMode = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/social/party-mode');
8892 export import SocialPeople = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/social/people');
8893 export import SocialPeopleOutline = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/social/people-outline');
8894 export import SocialPerson = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/social/person');
8895 export import SocialPersonAdd = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/social/person-add');
8896 export import SocialPersonOutline = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/social/person-outline');
8897 export import SocialPlusOne = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/social/plus-one');
8898 export import SocialPoll = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/social/poll');
8899 export import SocialPublic = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/social/public');
8900 export import SocialSchool = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/social/school');
8901 export import SocialSentimentDissatisfied = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/social/sentiment-dissatisfied');
8902 export import SocialSentimentNeutral = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/social/sentiment-neutral');
8903 export import SocialSentimentSatisfied = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/social/sentiment-satisfied');
8904 export import SocialSentimentVeryDissatisfied = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/social/sentiment-very-dissatisfied');
8905 export import SocialSentimentVerySatisfied = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/social/sentiment-very-satisfied');
8906 export import SocialShare = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/social/share');
8907 export import SocialWhatshot = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/social/whatshot');
8908 export import ToggleCheckBox = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/toggle/check-box');
8909 export import ToggleCheckBoxOutlineBlank = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/toggle/check-box-outline-blank');
8910 export import ToggleIndeterminateCheckBox = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/toggle/indeterminate-check-box');
8911 export import ToggleRadioButtonChecked = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/toggle/radio-button-checked');
8912 export import ToggleRadioButtonUnchecked = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/toggle/radio-button-unchecked');
8913 export import ToggleStar = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/toggle/star');
8914 export import ToggleStarBorder = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/toggle/star-border');
8915 export import ToggleStarHalf = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/toggle/star-half');
8916// }}}
8917 export import NavigationArrowDropRight = __MaterialUI.SvgIcon; // require('material-ui/svg-icons/navigation-arrow-drop-right');
8918}
8919
8920declare module 'material-ui/internal/AppCanvas' {
8921 export interface AppCanvasProps extends React.RefAttributes<AppCanvas> {
8922 }
8923 class AppCanvas extends React.Component<AppCanvasProps> { }
8924 export default AppCanvas;
8925}
8926declare module 'material-ui/internal/AutoLockScrolling' {
8927 export interface AutoLockScrollingProps extends React.RefAttributes<AutoLockScrolling> {
8928 children?: React.ReactNode;
8929 lock: boolean;
8930 }
8931 class AutoLockScrolling extends React.Component<AutoLockScrollingProps> { }
8932 export default AutoLockScrolling;
8933}
8934declare module 'material-ui/internal/BeforeAfterWrapper' {
8935 export interface BeforeAfterWrapperProps extends React.RefAttributes<BeforeAfterWrapper> {
8936 children?: React.ReactNode;
8937 afterElementType?: string | undefined;
8938 afterStyle?: React.CSSProperties | undefined;
8939 beforeElementType?: string | undefined;
8940 beforeStyle?: React.CSSProperties | undefined;
8941 elementType?: string | undefined;
8942 style?: React.CSSProperties | undefined;
8943 }
8944 class BeforeAfterWrapper extends React.Component<BeforeAfterWrapperProps> { }
8945 export default BeforeAfterWrapper;
8946}
8947declare module 'material-ui/internal/CircleRipple' {
8948 export interface CircleRippleProps extends React.RefAttributes<CircleRipple> {
8949 children?: React.ReactNode;
8950 aborted?: boolean | undefined;
8951 color?: string | undefined;
8952 opacity?: number | undefined;
8953 style?: React.CSSProperties | undefined;
8954 }
8955 class CircleRipple extends React.Component<CircleRippleProps> { }
8956 export default CircleRipple;
8957}
8958declare module 'material-ui/internal/ClearFix' {
8959 export interface ClearFixProps extends React.RefAttributes<ClearFix> {
8960 children?: React.ReactNode;
8961 style?: React.CSSProperties | undefined;
8962 }
8963 class ClearFix extends React.Component<ClearFixProps> { }
8964 export default ClearFix;
8965}
8966declare module 'material-ui/internal/ClickAwayListener' {
8967 export interface ClickAwayListenerProps extends React.RefAttributes<ClickAwayListener> {
8968 children?: React.ReactNode;
8969 onClickAway?: any;
8970 }
8971 class ClickAwayListener extends React.Component<ClickAwayListenerProps> { }
8972 export default ClickAwayListener;
8973}
8974declare module 'material-ui/internal/EnhancedButton' {
8975 export interface EnhancedButtonProps extends __MaterialUI.SharedEnhancedButtonProps<EnhancedButton> {
8976 }
8977 class EnhancedButton extends React.Component<EnhancedButtonProps> { }
8978 export default EnhancedButton;
8979}
8980declare module 'material-ui/internal/EnhancedSwitch' {
8981 export interface EnhancedSwitchProps extends __MaterialUI.Switches.CommonEnhancedSwitchProps<EnhancedSwitch> {
8982 }
8983 class EnhancedSwitch extends React.Component<EnhancedSwitchProps> { }
8984 export default EnhancedSwitch;
8985}
8986declare module 'material-ui/internal/ExpandTransition' {
8987 export interface ExpandTransitionProps extends React.RefAttributes<ExpandTransition> {
8988 children?: React.ReactNode;
8989 enterDelay?: number | undefined;
8990 loading?: boolean | undefined;
8991 open?: boolean | undefined;
8992 style?: React.CSSProperties | undefined;
8993 transitionDelay?: number | undefined;
8994 transitionDuration?: number | undefined;
8995 }
8996 class ExpandTransition extends React.Component<ExpandTransitionProps> { }
8997 export default ExpandTransition;
8998}
8999declare module 'material-ui/internal/ExpandTransitionChild' {
9000 export interface ExpandTransitionChildProps extends React.RefAttributes<ExpandTransitionChild> {
9001 children?: React.ReactNode;
9002 enterDelay?: number | undefined;
9003 style?: React.CSSProperties | undefined;
9004 transitionDelay?: number | undefined;
9005 transitionDuration?: number | undefined;
9006 }
9007 class ExpandTransitionChild extends React.Component<ExpandTransitionChildProps> { }
9008 export default ExpandTransitionChild;
9009}
9010declare module 'material-ui/internal/FocusRipple' {
9011 export interface FocusRippleProps extends React.RefAttributes<FocusRipple> {
9012 children?: React.ReactNode;
9013 color?: string | undefined;
9014 innerStyle?: React.CSSProperties | undefined;
9015 opacity?: number | undefined;
9016 show?: boolean | undefined;
9017 style?: React.CSSProperties | undefined;
9018 }
9019 class FocusRipple extends React.Component<FocusRippleProps> { }
9020 export default FocusRipple;
9021}
9022declare module 'material-ui/internal/Overlay' {
9023 export interface OverlayProps extends React.RefAttributes<Overlay> {
9024 children?: React.ReactNode;
9025 autoLockScrolling?: boolean | undefined;
9026 show: boolean;
9027 style?: React.CSSProperties | undefined;
9028 transitionEnabled?: boolean | undefined;
9029 onClick?: React.MouseEventHandler<{}> | undefined;
9030 }
9031 class Overlay extends React.Component<OverlayProps> { }
9032 export default Overlay;
9033}
9034declare module 'material-ui/internal/RenderToLayer' {
9035 export interface RenderToLayerProps extends React.RefAttributes<RenderToLayer> {
9036 children?: React.ReactNode;
9037 componentClickAway?: Function | undefined;
9038 open: boolean;
9039 render: Function;
9040 useLayerForClickAway?: boolean | undefined;
9041 }
9042 class RenderToLayer extends React.Component<RenderToLayerProps> { }
9043 export default RenderToLayer;
9044}
9045declare module 'material-ui/internal/ScaleIn' {
9046 export interface ScaleInProps extends React.RefAttributes<ScaleIn> {
9047 children?: React.ReactNode;
9048 childStyle?: React.CSSProperties | undefined;
9049 enterDelay?: number | undefined;
9050 maxScale?: number | undefined;
9051 minScale?: number | undefined;
9052 }
9053 class ScaleIn extends React.Component<ScaleInProps> { }
9054 export default ScaleIn;
9055}
9056declare module 'material-ui/internal/ScaleInChild' {
9057 export interface ScaleInChildProps extends React.RefAttributes<ScaleInChild> {
9058 children?: React.ReactNode;
9059 enterDelay?: number | undefined;
9060 maxScale?: number | undefined;
9061 minScale?: number | undefined;
9062 style?: React.CSSProperties | undefined;
9063 }
9064 class ScaleInChild extends React.Component<ScaleInChildProps> { }
9065 export default ScaleInChild;
9066}
9067declare module 'material-ui/internal/SlideIn' {
9068 export interface SlideInProps extends React.RefAttributes<SlideIn> {
9069 children?: React.ReactNode;
9070 childStyle?: React.CSSProperties | undefined;
9071 direction?: __MaterialUI.propTypes.direction | undefined;
9072 enterDelay?: number | undefined;
9073 style?: React.CSSProperties | undefined;
9074 }
9075 class SlideIn extends React.Component<SlideInProps> { }
9076 export default SlideIn;
9077}
9078declare module 'material-ui/internal/SlideInChild' {
9079 export interface SlideInChildProps extends React.RefAttributes<SlideInChild> {
9080 children?: React.ReactNode;
9081 direction?: string | undefined;
9082 enterDelay?: number | undefined;
9083 getLeaveDirection: Function;
9084 style?: React.CSSProperties | undefined;
9085 }
9086 class SlideInChild extends React.Component<SlideInChildProps> { }
9087 export default SlideInChild;
9088}
9089declare module 'material-ui/internal/Tooltip' {
9090 export interface TooltipProps extends React.RefAttributes<Tooltip> {
9091 children?: React.ReactNode;
9092 className?: string | undefined;
9093 horizontalPosition?: __MaterialUI.propTypes.tooltipHorizontal | undefined;
9094 label: any;
9095 show?: boolean | undefined;
9096 style?: React.CSSProperties | undefined;
9097 touch?: boolean | undefined;
9098 verticalPosition?: __MaterialUI.propTypes.vertical | undefined;
9099 }
9100 class Tooltip extends React.Component<TooltipProps> { }
9101 export default Tooltip;
9102}
9103declare module 'material-ui/internal/TouchRipple' {
9104 export interface TouchRippleProps extends React.RefAttributes<TouchRipple> {
9105 children?: React.ReactNode;
9106 abortOnScroll?: boolean | undefined;
9107 centerRipple?: boolean | undefined;
9108 color?: string | undefined;
9109 opacity?: number | undefined;
9110 style?: React.CSSProperties | undefined;
9111 }
9112 class TouchRipple extends React.Component<TouchRippleProps> { }
9113 export default TouchRipple;
9114}