import React from 'react';
declare type Props = {
    value: string | boolean | number;
};
export declare function PreviewPrimitive(props: Props): React.JSX.Element;
export {};
//# sourceMappingURL=PreviewPrimitive.d.ts.map