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