/// export declare function NewScreen(props: NewScreenProps): JSX.Element; export interface NewScreenProps { name: string; singular: string; plural: string; new?: { action?: boolean; props?: any; }; } export default NewScreen; //# sourceMappingURL=NewScreen.d.ts.map