import { IconProps } from '../lib';
declare function TextAlignLeft(props: IconProps): JSX.Element;
export default TextAlignLeft;
