import * as React from 'react';
export interface ApplicationLauncherContentProps {
    /** Main content to be rendered */
    children: React.ReactNode;
}
export declare const ApplicationLauncherContent: React.FunctionComponent<ApplicationLauncherContentProps>;
//# sourceMappingURL=ApplicationLauncherContent.d.ts.map