interface PaginationTestProps { pagination?: any; } declare const Demo: ({ pagination }: PaginationTestProps) => import("react/jsx-runtime").JSX.Element; export default Demo;