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