export type PresentationLayerProps = { onSubmit: (fileName: string, P: string, R: string) => void; }; declare const PresentationLayer: ({ onSubmit }: PresentationLayerProps) => import("react/jsx-runtime").JSX.Element; export default PresentationLayer; //# sourceMappingURL=PresentationLayer.d.ts.map