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