import type { ReactNode } from '@byted-doubao-apps/framework'; type ViewProps = { children?: ReactNode; } & Record; export declare function View({ children, ...rest }: ViewProps): any; export {}; //# sourceMappingURL=index.d.ts.map