import * as React from 'react'; import "antd/lib/card/style"; declare type SearchTableProps = any; export default class SearchTable extends React.Component { render(): JSX.Element; } export {};