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