UNPKG

@navinc/base-react-components

Version:
11 lines (10 loc) 769 B
import { InferComponentProps } from '../../types.js'; import type { VariationType } from './types.js'; export declare const ToastIcon: import("react").ComponentType<Partial<InferComponentProps<import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & { name: string; className?: string; isFilled?: boolean; size?: import("../icon/icon.js").SizeMapType; }, never>> & string & Omit<({ name, className, size, isFilled, ...rest }: import("../icon/icon.js").IconProps) => import("react/jsx-runtime").JSX.Element | null, keyof import("react").Component<any, {}, any>>>> & { variation?: VariationType; }>;