import './MixHitSlop.css'; type CnMixHitSlop = (props: { mode: 'before' | 'after' | 'reverseMargin'; }) => string; export declare const cnMixHitSlop: CnMixHitSlop; export {};