import "../styles/index.scss"; import type { AttributeMap } from "@block-kit/delta"; import type { FC } from "react"; export declare const A: FC<{ attrs: AttributeMap; }>;