import { FC } from "react";
interface AlignCenterIconProps {
    className?: string;
    width?: number;
    height?: number;
}
declare const AlignCenterIcon: FC<AlignCenterIconProps>;
export default AlignCenterIcon;
