import * as React from "react"; export declare function useEventListener(eventName: K, handler: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, element: HTMLElement | Window | null, passive: boolean, capture?: boolean): void; export declare function degreesToRadians(degrees: number): number; export interface IconProps { fgColor?: string; bgColor?: string; accentColor?: string; } export declare const disabledProps: import("styled-components").FlattenSimpleInterpolation; export declare const EditPencil: React.FunctionComponent; //# sourceMappingURL=utils.d.ts.map