import React from 'react';
declare function StkTable({ data }: {
    data: any[];
}): React.JSX.Element;
export { StkTable };
