import { h } from 'preact'; import { IconProps } from './types'; export declare const RedactionSidebarIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element; //# sourceMappingURL=redaction-sidebar.d.ts.map