import type { StyleProps } from '../types/genericTypes'; interface BodyProps extends StyleProps { } export declare const Body: ({}: BodyProps) => JSX.Element; export {}; //# sourceMappingURL=Body.d.ts.map