/// <reference types="react" />
interface waardepapierenTableProps {
    rows: Array<Record<any, any>>;
    fileFunction: any;
}
export declare const WaardepapierenTable: (props: waardepapierenTableProps) => JSX.Element;
export {};
