export default function PropTable({ link }: {
    link: string;
}): JSX.Element | null;
//# sourceMappingURL=PropTable.d.ts.map