/// <reference types="react" />
declare type Props = {
    smilesAttributes: {
        [key: string]: string | number;
    };
};
export default function AttributesLegend(props: Props): JSX.Element;
export {};
//# sourceMappingURL=AttributesLegend.d.ts.map