import { Style } from "./types"; export declare function filterStyleKeys(styleObject: Style, propertyList?: string[], isAllowlist?: boolean): Style;