import type { IconProps } from "./Icon"; export declare const RightAlignIcon: ({ color, active, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element; export default RightAlignIcon;