/// declare type WrapperProps = { title: string; show: boolean; }; export declare const Wrapper: React.FC; export {};