import { TElementWithCssAccessors } from '../Models'; import { TWriteable } from '@hellpig/anarchy-shared/Utils'; export declare function getCssAccessors(element: TWriteable): TElementWithCssAccessors;