export interface NoResultsTemplateProps {
    /**
     * The type of content being searched (e.g., 'events', 'results')
     */
    contentType?: string;
}
