import { Vue, h } from 'vtyx';
export interface Props {
}
export default class IconSearch extends Vue<Props> {
    render(): h.JSX.Element;
}
