declare const capsule_pill: { _: { width: number; height: number; paths: { d: string; }[]; }; }; export default capsule_pill;