import { BreakpointText } from '@roleypoly/design-system/atoms/breakpoints'; import { Button } from '@roleypoly/design-system/atoms/button'; import { FaderOpacity } from '@roleypoly/design-system/atoms/fader'; import { GuildSlug } from '@roleypoly/types'; import { GoCheck, GoPencil } from 'react-icons/go'; import { IconHolder, MastheadAlignment, MastheadLeft, MastheadRight, SecondaryBase, TextHolder, } from './Masthead.styled'; type SecondaryEditingProps = { guild: GuildSlug; showReset: boolean; }; export const SecondaryEditing = (props: SecondaryEditingProps) => (    );