import React from 'react';
type Snap2ModulesEmptyStateProps = {
    id?: string;
    stateAttr?: string;
    className?: string;
};
export declare function Snap2ModulesEmptyState({ id, stateAttr, className, }: Snap2ModulesEmptyStateProps): React.JSX.Element;
export {};
