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