import type { StyleProp, TextStyle } from 'react-native'; import type { SparklineInteractiveSubHead } from './SparklineInteractiveHeader'; export type SparklineInteractiveSubHeadIconColor = SparklineInteractiveSubHead['variant']; export declare const styles: { inputReset: { padding: number; margin: number; backgroundColor: string; overflow: 'visible'; lineHeight: undefined; }; fullWidth: { width: '100%'; }; tabularNumbers: { fontVariant: 'tabular-nums'[]; }; }; export declare function useSparklineInteractiveHeaderStyles(): { readonly title: (text: string) => StyleProp; readonly label: StyleProp; readonly subHeadIcon: (color: SparklineInteractiveSubHeadIconColor) => StyleProp; readonly subHead: ( color: SparklineInteractiveSubHeadIconColor, useFullWidth?: boolean, ) => StyleProp; readonly subHeadAccessory: () => StyleProp; }; //# sourceMappingURL=useSparklineInteractiveHeaderStyles.d.ts.map