/// interface IFxTableProps { [key: string]: any; } declare const FxTable: (props: IFxTableProps) => JSX.Element; export default FxTable;