import Gap from './gap'; type RefGap = typeof Gap; export interface GapComponent extends RefGap { displayName: string; } declare const GapComp: GapComponent; export default GapComp;