import * as React from 'react'; interface AttributeValuesListProps { attributeValues: any[] | null; } export declare const AttributeValuesList: React.FC; export {};