importtype { Attributes } from'./oldTypes';
/**
* Get CSS selector string from attributes chain.
* This function is convenient to use inside `mapAttributesChain` function.
*/exportdeclareconstgetCssSelectorFromAttributesChain: (attributesChain: readonlyAttributes[]) =>string;