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