import type { FunctionalComponent } from 'vue'; import type { ProTableProps } from '../../typings'; declare const Wrapper: FunctionalComponent<{ cardBordered?: ProTableProps['cardBordered']; cardProps?: ProTableProps['cardProps']; toolbar?: ProTableProps['toolbar']; }>; export default Wrapper;