declare global {
    namespace JSX {
        interface IntrinsicElements {
            "flip-card": any;
        }
    }
}
export {};
