import { ProductLabelProps } from './ProductLabel.types';
declare function ProductLabel({ open, onClose, children, footerStart, footerEnd }: ProductLabelProps): import("react/jsx-runtime").JSX.Element;
export default ProductLabel;
