interface Props { space: any; BPO: boolean; border: boolean; containerStyle: {}; } export default function ProductData({ space, BPO, border, containerStyle, }: Props): JSX.Element | null; export {};