import { type IconProps } from "@/components/ui-kit/Icon/Icon"; export declare const ButtonAlignLeftIcon: ({ color, width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const ButtonAlignCenterIcon: ({ color, width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const ButtonAlignRightIcon: ({ color, width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const ButtonSizeDefaultIcon: ({ color, width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const ButtonSizeFullIcon: ({ color, width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;