import * as React from 'react'; export interface ApplicationLauncherIconProps extends React.HTMLProps { /** content rendered inside the icon container */ children: React.ReactNode; /** Additional classes added to the icon container */ className?: string; } export declare const ApplicationLauncherIcon: React.FunctionComponent; //# sourceMappingURL=ApplicationLauncherIcon.d.ts.map