import { UpdateComponentInput } from '@atlassian/forge-graphql-types'; import { GqlSegment } from './types'; export default function updateBaseComponentSegment(input: UpdateComponentInput): GqlSegment;