import { SVGProps } from "react";
declare const SvgCenterAlign: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export default SvgCenterAlign;
