import { ReactNode } from "react"; import { TextProps } from "./Text"; export declare type BlockquoteProps = { children?: ReactNode; } & Omit; declare const Icon: () => import("@emotion/react/jsx-runtime").JSX.Element; export default Icon; export declare const Blockquote: ({ children }: BlockquoteProps) => import("@emotion/react/jsx-runtime").JSX.Element;