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