import { TRequiredProps } from '../../internal/requiredProps';
import { ISwipeMutableProps, ISwipeStaticProps } from './types';
export declare const STATIC_PROPS: TRequiredProps<ISwipeStaticProps>;
export declare const MUTABLE_PROPS: TRequiredProps<ISwipeMutableProps>;
//# sourceMappingURL=props.d.ts.map