export type InfoSnapshotItemProps = Readonly<{ label: string; children?: React.ReactNode; className?: string; }>; export declare const InfoSnapshotItem: ({ label, children, className, ...rest }: InfoSnapshotItemProps) => import("react").JSX.Element | null; //# sourceMappingURL=InfoSnapshotItem.d.ts.map