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