import { CommonProps } from '../Sheet.types'; type HandleTransitionProps = Omit; export declare const handleTransition: (transition: string) => (props: HandleTransitionProps) => string; export {}; //# sourceMappingURL=handleTransition.d.ts.map