import { ComponentProps, FC } from 'react'; type Props = { active?: boolean; }; export declare const Modal: FC, keyof Props> & Props>; export {};