import React, { ReactElement } from 'react'; declare type Props = { vertical?: boolean; horizontal?: boolean; left?: boolean; right?: boolean; top?: boolean; bottom?: boolean; respectInsets?: boolean; children: ReactElement; }; export declare const PlatformPadding: React.FC; export {};