import { PropsWithChildren } from 'react'; export declare const Bluefish: (props: PropsWithChildren<{ width: number; height: number; }>) => JSX.Element; //# sourceMappingURL=Bluefish.d.ts.map