/// import { Attributes } from "../utils/transformDataAttributes"; interface SnapshotLoaderContainerProps { attributes: Attributes; chartUuid: string; } export declare const SnapshotLoaderContainer: ({ attributes, chartUuid, }: SnapshotLoaderContainerProps) => JSX.Element; export {};