import { type StyleProp, type ViewStyle } from 'react-native'; export declare const CardSelectLoaderHeight = 96; export interface CardSelectLoaderProps { style?: StyleProp; } export declare function CardSelectLoader({ style }: CardSelectLoaderProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=index.d.ts.map