import { GeometryStyleProperties } from '../styleTransformers/transformGeometryStyleProperties'; import { CommonStyleProps } from '../types'; export declare const useFillPaintStyle: (style: Partial, params: CommonStyleProps) => { fillStyleId: any; backgroundColor?: string; backgroundImage?: string | { uri: string; } | { default: string; }; backgroundSize?: import("../styleTransformers/transformGeometryStyleProperties").ResizeMode; } | { backgroundColor?: string; backgroundImage?: string | { uri: string; } | { default: string; }; backgroundSize?: import("../styleTransformers/transformGeometryStyleProperties").ResizeMode; fillStyleId?: string; };