/** * PXM Modal Component * * A simple, accessible modal component that allows users to open/close modal dialogs. * Each modal consists of a trigger to open and content with a close button. */ export {};