import { Theme } from '@plurid/plurid-themes';
export interface IStyledPackageLine {
    theme: Theme;
}
export declare const StyledPackageLine: import("styled-components").StyledComponent<"div", any, IStyledPackageLine, never>;
export declare const StyledPackageLineButtons: import("styled-components").StyledComponent<"div", any, {}, never>;
