import { HTMLAttributes } from 'react';
export type FigureProps = HTMLAttributes<HTMLElement>;
export declare const Figure: import("react").ForwardRefExoticComponent<FigureProps & {
    children?: import("react").ReactNode | undefined;
} & import("react").RefAttributes<HTMLElement>>;
//# sourceMappingURL=Figure.d.ts.map