export declare const StyledResetZoomButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute & { activeColour?: string; inactiveColour?: string; buttonSize?: number; enabled?: boolean; } & import("react").RefAttributes, { $activeColour: string; $inactiveColour: string; $fontFamily: string; $fontSize: number; $fontWeight: string; $fontStyle: string; $color: string; $enabled: boolean; $margin?: string; }>> & string & Omit & { activeColour?: string; inactiveColour?: string; buttonSize?: number; enabled?: boolean; } & import("react").RefAttributes>, keyof import("react").Component>;