import React from 'react'; declare type Props = { left?: React.ReactNode; right?: React.ReactNode; bottom?: React.ReactNode; background?: string; }; declare function ActionBar({ left, right, background, bottom }: Props): JSX.Element; export default ActionBar; //# sourceMappingURL=ActionBar.d.ts.map