import { PbElement } from "../types"; type ApplyStyle = ({ fallbackMode, displayMode }: { fallbackMode: string; displayMode: string; }) => void; export declare const applyPerDeviceStyleWithFallback: (applyStyle: ApplyStyle) => void; export declare const getElementsPropertiesValues: (element: PbElement, property: string, values?: Array) => any[]; export {};