import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../constants';
export interface IVeltCommentsSidebarV2SearchInputProps extends IVeltWireframeCommonProps {
}
export interface IVeltCommentsSidebarV2SearchInput extends React.FC<IVeltCommentsSidebarV2SearchInputProps> {
}
declare const VeltCommentsSidebarV2SearchInput: IVeltCommentsSidebarV2SearchInput;
export default VeltCommentsSidebarV2SearchInput;
