/// import { IconProps } from '../../types'; declare const AlignTop: (allProps: IconProps) => JSX.Element; export default AlignTop;