import { IconProps } from '../lib';
declare function AlignLeft({ weight, color, size, style }: IconProps): JSX.Element;
export default AlignLeft;
