import { IInvoiceButtonProps } from '../IInvoice'; import { IAppStyle } from '../../../theme'; declare type StyleProps = IAppStyle; export declare const containerStyle: StyleProps; export declare const descStyle: StyleProps; export declare const separatorStyle: StyleProps; export declare const totalStyle: StyleProps; export {};