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