import { FC } from 'react';
import { ExampleProps } from './Example';
export declare const Canvas: FC<ExampleProps>;
