/// <reference types="react" />
declare const Presentation: (props: any, ref: any) => JSX.Element;
export default Presentation;
