export declare const buildPropertyDefinitionText: (property: string, value?: string) => string; export declare const buildPropertyName: (property: string) => string; export declare const buildPropertyValue: (property: string) => string; export declare const isFlexContainer: (computedStyles?: Map) => boolean; export declare const isInlineElement: (computedStyles?: Map) => boolean; export declare const isPossiblyReplacedElement: (nodeName?: string) => boolean; export declare const isGridContainer: (computedStyles?: Map) => boolean; export declare const isMulticolContainer: (computedStyles?: Map) => boolean;