import type { SVGProps } from "react"; export interface AlignTopIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function AlignTopIcon({ className, size, color, ...props }: AlignTopIconProps): import("react").JSX.Element; //# sourceMappingURL=align-top-icon.d.ts.map