type CroissantButtonProps = {
    /** The synID of the dataset */
    datasetId: string;
    /** The version number of the dataset */
    datasetVersionNumber: number;
};
/**
 * Given a Synapse ID and version number of a dataset, this component will render a button that links to the Croissant
 * metadata for that dataset.
 */
declare function CroissantButton(props: CroissantButtonProps): import("react/jsx-runtime").JSX.Element | null;
export default CroissantButton;
//# sourceMappingURL=CroissantButton.d.ts.map