import { WrappedTrackProps } from '..'; import { PackTranscriptTrackProps, SquishTranscriptTrackProps } from './../../transcripts'; export declare type WrappedPackTranscriptProps = PackTranscriptTrackProps & WrappedTrackProps; export declare type WrappedSquishTranscriptProps = SquishTranscriptTrackProps & WrappedTrackProps;