import { VariantProps } from 'class-variance-authority'; import { Caption as CaptionPrimitive, CaptionTextarea as CaptionTextareaPrimitive } from '@platejs/caption/react'; import * as React from 'react'; declare const captionVariants: (props?: ({ align?: "center" | "left" | "right" | null | undefined; } & import('class-variance-authority/types').ClassProp) | undefined) => string; export declare function Caption({ align, className, ...props }: React.ComponentProps & VariantProps): import("react/jsx-runtime").JSX.Element; export declare function CaptionTextarea(props: React.ComponentProps): import("react/jsx-runtime").JSX.Element; export declare const CaptionButton: any; export {};