import { listProps } from './interface'; declare const api: (props: listProps) => void; export default api;