/** * A round button primitive. */ declare const PillButton: import("styled-components").StyledComponent<"button", any, {}, never>; export { PillButton };