import { type ViewStyle } from 'react-native'; import type { ButtonBaseProps } from '../buttons/Button'; type GetFlushStylesProps = { flush: ButtonBaseProps['flush']; spacing: ViewStyle; }; export declare const getFlushStyles: ({ flush, spacing }: GetFlushStylesProps) => ViewStyle; export {}; //# sourceMappingURL=getFlushStyles.d.ts.map