import React from 'react';
declare function SpellTable(props: {
    onChange: (arg0: any, arg1: any) => void;
    name: string;
    slotsName?: string;
    slotsUsedName?: string;
    level: number;
    value?: any;
    slotsValue?: string;
    slotsUsedValue?: number;
    classes?: string;
    rows: number;
    showLabels?: boolean;
    style?: React.CSSProperties | undefined;
}): JSX.Element;
export default SpellTable;
