1 | import * as React from 'react';
|
2 | import type { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
|
3 | export interface FigureProps extends BsPrefixProps, React.AnchorHTMLAttributes<HTMLElement> {
|
4 | }
|
5 | declare const _default: BsPrefixRefForwardingComponent<"figure", FigureProps> & {
|
6 | Image: React.ForwardRefExoticComponent<import("./Image").ImageProps & React.RefAttributes<HTMLImageElement>>;
|
7 | Caption: BsPrefixRefForwardingComponent<"figcaption", import("./FigureCaption").FigureCaptionProps>;
|
8 | };
|
9 | export default _default;
|