import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
import { IVeltCommentsSidebarV2ResetFilterButton } from './VeltCommentsSidebarV2ResetFilterButton/VeltCommentsSidebarV2ResetFilterButton';
export interface IVeltCommentsSidebarV2EmptyPlaceholderProps extends IVeltWireframeCommonProps {
}
export interface IVeltCommentsSidebarV2EmptyPlaceholder extends React.FC<IVeltCommentsSidebarV2EmptyPlaceholderProps> {
    ResetFilterButton: IVeltCommentsSidebarV2ResetFilterButton;
}
declare const VeltCommentsSidebarV2EmptyPlaceholder: IVeltCommentsSidebarV2EmptyPlaceholder;
export default VeltCommentsSidebarV2EmptyPlaceholder;
