import { type CharacterfileProps } from '@components/CharacterFile/CharacterfileV2';
type NewCharacterForm = Exclude<CharacterfileProps, 'template'>;
export declare const NewCharacterForm: ({ ...pageParams }: NewCharacterForm) => import("react/jsx-runtime").JSX.Element;
export {};
