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