import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltCommentsSidebarSearchProps extends IVeltWireframeCommonProps {
    placeholder?: string;
}
declare const VeltCommentsSidebarSearch: React.FC<IVeltCommentsSidebarSearchProps>;
export default VeltCommentsSidebarSearch;
