import React from "react"; import { IconShapes } from "../../../icon/components/Icon"; interface IconEndProps { iconEnd?: IconShapes | React.ReactElement; appearance: string; } export declare const IconEnd: ({ iconEnd, appearance }: IconEndProps) => React.JSX.Element | null; export {};