export declare const Italic: ({ isItalic, disabled, size }: { isItalic: any; disabled: any; size: any; }) => import("react/jsx-runtime").JSX.Element;