/// import type IconType from '../IconType'; declare const EditorLeftSide: ({ color, size, ...rest }: IconType) => JSX.Element; export default EditorLeftSide;