import { AttributeValue } from './attribute-value';
export declare function splitAttributeValue(attributeValue: AttributeValue): string[];
