import { TrendsCopy } from '../../core'; export declare const buildEmptyStateProps: (copy: TrendsCopy, hasAggregation: boolean, handler: () => void) => { description: string; header: string; onClickHandler: (() => void) | undefined; primaryButton: string | undefined; };