/// interface Props { color: string; } export declare const StickyNoteSmallSvg: (props: Props) => JSX.Element; export declare const StickyNoteLargeSvg: (props: Props) => JSX.Element; export declare const StickyNoteCicleSvg: (props: Props) => JSX.Element; export declare const SmallNoteSvg: (props: Props) => JSX.Element; export declare const LagerNoteSvg: (props: Props) => JSX.Element; export declare const CircleNoteSvg: (props: Props) => JSX.Element; export declare const DrawSvg: ({ color }: { color: any; }) => JSX.Element; export declare const ArrowSvg: () => JSX.Element; export declare const CursorSvg: () => JSX.Element; export declare const TextSvg: () => JSX.Element; export declare const ShapeSvg: () => JSX.Element; export declare const LineSvg: () => JSX.Element; export declare const TempSvg: () => JSX.Element; export declare const UploadSvg: () => JSX.Element; export {}; //# sourceMappingURL=widgetToolBarMenuSvg.d.ts.map