export interface AttributionStyle {
    textSize: number;
    textHaloColor: string;
    textHaloWidth: number;
    textColor: string;
    fallbackTextFont: string[];
}
export interface AttributionOptions {
    style?: AttributionStyle;
    visibility?: 'visible' | 'none';
    position?: 'top-right' | 'bottom-right';
}
//# sourceMappingURL=AttributionStyle.d.ts.map