import React from 'react'; export type StampProps = { children?: any; styles?: { root: {}; }; text?: string; }; declare const Stamp: React.FC; export default Stamp;